[jQuery] I need some help

2009-05-28 Thread 破越
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

2008-02-16 Thread FrEaKmAn
$('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