Blair McKenzie-2 wrote:
> 
> Have a look at the various form plugins. The normal forms one will pull
> all
> the form data into a hash, but there's another one that will do the
> reverse.
> 

This the one you mean?
http://www.reach1to1.com/sandbox/jquery/testform.html
http://www.reach1to1.com/sandbox/jquery/testform.html 

Is this the right way to use it?

        $.getJSON("index2.php", 
                {no_html:"1", 
                task:"getsection", option:"com_gravesearch",
                sectionid:sectionidVal }, function(json){
                        $('#namesearch').deserialize(json);
        }); 

It isn't populating the fields yet.

-- 
View this message in context: 
http://www.nabble.com/missing---before-statement-tf2818327.html#a7867628
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to