Menu
  • HOME
  • TAGS

How to Remove alert validation in JQuery Multifile

javascript,jquery,validation,jquery-plugins,multifile

I see you posted the question also in the plugin's Github. While you wait for a reply from the creator(s). Here are two "hacky" options that you can go with: Modify a local version of the plugin and remove the alert() towards the end of the code: ... error:function(a){"undefined"!=typeof console&&console.log(a),alert(a)}...