You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I got pretty much the same problem. I need my forms to be submitted as JSON with AJAX, so I wrote myself some very basic function that handles correctly just text inputs...
I bumped into this library when I searched for "form" and "JSON" but me neither can find any info whether JSON serialization is possible with this or not.
If it is not, my question is then, whether there is a plan to introduce support for JSON serialization.
If not, can anyone please explain to me, why this request is so uncommon? (I am more a backend-guy.)
Please review the documentation at https://jquery-form.github.io/form/
The main methods, ajaxForm and ajaxSubmit, will serialize the form data to JSON and submit it via jQuery AJAX call.
Description:
I need to send form data in json format . I tried sending it in 'data' attribute but it seems not working .
can you please give working example of sending form data in json format tthrough this module ?
i tried something like this
thanks
The text was updated successfully, but these errors were encountered: