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
i check this function and it work
some thing else wrong
this.update = function (settings) {
//update new settings
s = $.extend(s, settings);
//We need to update action for already created Form.
if(settings.hasOwnProperty('url'))
{
$("form").each(function(i,items)
{
$(this).attr('action',settings['url']);
});
}
}
Hi, I have been trying to update the formData with the option "update" but when I update, it keep the old information.
This is my code:
Also thanks for the plugin, it still works in 2020 👍
The text was updated successfully, but these errors were encountered: