[jQuery] I need some help
why my blog(bulid with juery ) cann't works in IE but well in Firefox site http://pbox.blogbus.com who can give me some advise thanks very much...
[jQuery] I need some help with basic thing
$('a#addsuggest2').click(function() { alert('working'); }); $('a#addsuggest').click(function() { //alert('working'); $('#message').html('add'); }); Add what is wrong? When I click on second add link (addsuggest2) nothing happens