[jQuery] Sortable Plugin Callback

2006-09-29 Thread Nando Vieira
ss: 'sorthelper', opacity: 0.5, floats: true, onchange: function(a){ alert(a); } }); The sorting is working, except by the onchange event. Am I doing something wrong? [1] http://interface.eyecon.ro/docs/sort -- Nando Vieira -- View this message

Re: [jQuery] remove [EMAIL PROTECTED] frome the mailing list

2006-09-15 Thread Nando Vieira
Please, remove mine too: [EMAIL PROTECTED] -- Nando Vieira bloggin' @ http://simplesideias.com.br -- Nando Vieira bloggin' @ http://simplesideias.com.br ___ Novidade no Yahoo! Mail: receba alertas de novas mensag

[jQuery] Using hide method

2006-09-08 Thread Nando Vieira
Hello there! I'm trying to hide the first row with > $('tbody tr').eq(0).hide('slow') But this code throws an error (eq function doesn't exist). > $('tbody tr').get(0).hide('slow') Does not work either. How do I use &q