[jQuery] Re: Share my trick to Deserialized the response of JQuery Forms

2007-12-11 Thread Jonathan Sharp
Also you may want to namespace your elements (like ) as sometimes setting attributes for elements that have attributes can cause issues. Like setting a value attribute for a caused issues for us in IE 6 when the value was non-numeric -Jonathan On Dec 11, 2007 1:03 PM, Jörn Zaefferer <[EMAIL PRO

[jQuery] Re: Share my trick to Deserialized the response of JQuery Forms

2007-12-11 Thread Jörn Zaefferer
Mario Moura schrieb: Hi All I am working in Jquery Forms http://malsup.com/jquery/form/#getting-started [...] So What I did is get with $(data).attr("id") the value of $id You can create how many itens you need in your php file and deserialized the response $(data).attr("title") $(data).at