$(document).ready(function(){ $('#restoran a').hover(function(){ $(this).children().attr('src', '/i/noflash/bttn-rest-hover.png'); },function(){ $(this).children().attr('src', '/i/noflash/bttn-rest.png'); }); $('#delivery a').hover(function(){ $(this).children().attr('src', '/i/noflash/bttn-deliv-hover.png'); },function(){ $(this).children().attr('src', '/i/noflash/bttn-deliv.png'); }); });