BTW-- I'm still waiting a reply!

I did hack a solution for the time being:

$("form select").attr("name", $("form select").attr("id"));
alert($(FormContainer + " form select").attr("name"));
$("form").deserialize(json.record);
$("form select").attr("name", $("form select").attr("id") + '[]');


-- 
View this message in context: 
http://www.nabble.com/Deserialize-plugin-and-PHP-mulitiselect-format-problem-tf3124015.html#a8657072
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to