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

[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. head title/title script src=scripts/jquery-1.3.2.js type=text/javascript/ script script type=text/javascript $(document).ready(function() { $(dt-link1).toggle(function()