>  indicating that the form and its inputs can be found, the lines below
>  do NOT work:
>
>     var formString = jQuery("#new_property").serialize();
>     var formString = jQuery("#new_property:input").serialize();


Those lines look like they should work.  How exactly does it fail?
Does it return an empty string?  Did you try stepping through the
serialize fn in the debugger to see why it failed?

Reply via email to