[jQuery] fadeOut, fadeIn and ClearType on IE browser

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

[jQuery] Re: get class or id

2008-06-03 Thread jgarcia
forget to read the documentation if yougetstuck: http://docs.jquery.com On Jun 2, 7:20 pm, jgarcia [EMAIL PROTECTED] wrote: i've a dinamic menu ul liaid=001 href=#001/a/li liaid=002 href=#001/a/li liaid=003 href=#001/a/li /ul this menu ul is dynamic, ie, is automatically generated

[jQuery] get class or id

2008-06-02 Thread jgarcia
i've a dinamic menu ul lia id=001 href=#001/a/li lia id=002 href=#001/a/li lia id=003 href=#001/a/li /ul this menu ul 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