Re: [jQuery] any help on this!!!

2010-01-12 Thread Peter Edwards
You need a hash symbol for your button selector, and change the toggle to click: $("#dt-link1").click(function() { $('#jqdt').find('ol li:eq(0)').css("color","Blue"); return false; }); on 11/01/2010 22:45 JQueryNewbie said:: I cant get my color change on my listitem. any help would be app

[jQuery] any help on this!!!

2010-01-11 Thread JQueryNewbie
I cant get my color change on my listitem. any help would be appreciated. Thanks in advance. $(document).ready(function() { $("dt-link1").toggle(function() { $('#jqdt').find('ol li:eq(0)').css("color","Blue"); return false;