How can I remove AutoNumeric formatting before submitting form?

后端 未结 11 2967
栀梦
栀梦 2021-02-19 05:26

I\'m using the jQuery plugin AutoNumeric but when I submit a form, I can\'t remove the formatting on the fields before POST.

I tried to use $(\'input\

11条回答
  •  借酒劲吻你
    2021-02-19 06:08

    You could use the getArray method (http://www.decorplanit.com/plugin/#getArrayAnchor).

    $.post("myScript.php", $('#mainFormData').autoNumeric('getArray'));

提交回复
热议问题