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
hey man, i gotta say I love your form plugin, and been using it for quite some time now without any problems..
tonight I found found a bug in my script that required me to pass another value to my submitting pages, so I figured i could use ajaxSetup to add that extra value to all my forms, so I included this at the top of those pages that needed it
$.ajaxSetup({data: {checkSum: 'secret key'}})
and I noticed that it worked fine for all my $.post ajax requests, but when I used the $().ajaxForm to send the data, the checkSum wasnt being included.
I can go through and edit all these pages to hold that value, which is what I'm prolly going to do, but it would be good if the ajaxSetup worked..
I'm using version: 3.18 of jquery form, jquery 1.8.2 and firefox v.16
The text was updated successfully, but these errors were encountered:
hey man, i gotta say I love your form plugin, and been using it for quite some time now without any problems..
tonight I found found a bug in my script that required me to pass another value to my submitting pages, so I figured i could use ajaxSetup to add that extra value to all my forms, so I included this at the top of those pages that needed it
and I noticed that it worked fine for all my $.post ajax requests, but when I used the
$().ajaxForm
to send the data, thecheckSum
wasnt being included.I can go through and edit all these pages to hold that value, which is what I'm prolly going to do, but it would be good if the ajaxSetup worked..
I'm using version: 3.18 of jquery form, jquery 1.8.2 and firefox v.16
The text was updated successfully, but these errors were encountered: