I have been using the deserialize plugin to fill forms with JSON. But it doesn't work properly with jQuery 1.1 Here are two test pages:
This page <http://www.2minuteexplainer.com/test/deserializeMe.html> uses an older version of jQuery (1.0, I think) and deserializes data into its forms as it should. On this page <http://www.2minuteexplainer.com/test/deserializeMe_1_1.html> which is the same except for the version of jQuery it loads, the data is deserialized according to the field names -- but without regard to which form the field belongs to -- in other words, if two forms have a "name" field, both will be updated. Deserializing also seems to remove the data from fields it doesn't have data for, no matter which form the field belongs to. Hints welcome :-) Bruce [I hope this isn't a duplicate post -- I posted this via Nabble yesterday, but I don't think it ever made it to the mailing list] _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
