gavinreid2004
Results
2
comments of
gavinreid2004
when setting up areYouSure you can pass the options object in with fieldSelector property set to the value you want. For example $('#myform').areYouSure({ 'addRemoveFieldsMarksDirty': true , fieldSelector: ':input:not(input[type=submit]):not(input[type=button]):not(button)'});
in my code my field selector starts with a : ":input:not(....