[jQuery] fadeOut, fadeIn and ClearType on IE browser

2009-03-27 Thread jgarcia
Hi, I using fadeOut and fadeIn to show/hide a selected from a . With this code: if ( toggleSrc == toggleMinus ) {$(this).attr('src', togglePlus).parents ('tr').siblings().fadeOut('slow'); } else {$(this).attr('src', toggleMinus).parents('tr').siblings ().fadeIn('

[jQuery] Re: get class or id

2008-06-03 Thread jgarcia
pid="001" class="myItems"></p> > <pid="002" class="myItems"></p> > <pid="003" class="myItems"></p> > > In youjQuery, you can then do this: > > $(document).ready(function() { > >$('#myList li

[jQuery] get class or id

2008-06-02 Thread jgarcia
i've a dinamic menu 001 001 001 this menu is dynamic, ie, is automatically generated from a database, therefore I will not know many elements i'll have in the future or what identifiers they have. Moreover, i have some , one for each in the If somebody do click inall must be hide