[jQuery] Re: ajaxsubmit with autosave feature

2008-11-19 Thread manuel muñoz solera
Hi anny I was using this in an old project http://www.webunity.nl/js/framework/periodicalUpdate.js I don't know if there is something better or if it's working with 1.2 El 18/11/2008, a las 22:53, anny escribió: Hi , I tried ajaxsubmit which works fine. I need to submit the entire form

[jQuery] Re: Previous TD

2008-11-18 Thread manuel muñoz solera
nt td found: $('#r2').parents('td:eq(0)').attr('rowspan', '1'); -Hector On Tue, Nov 18, 2008 at 7:00 AM, manuel muñoz solera <[EMAIL PROTECTED] > wrote: Another variation, searching for the td, not for the class name. $("#r2").paren

[jQuery] Re: Previous TD

2008-11-18 Thread manuel muñoz solera
Another variation, searching for the td, not for the class name. $("#r2").parents().map( function(){ if(this.tagName == "TD") { this.attr("rowspan", "1"); } }); El 18/11/2008, a las 10:28, Isaak Malik escribió: > Forgot the dot: > > $('#r2').prevAll('.rsp2').at