How to exclude tabs from from this script.
I was checking with .not('tab') , nutab, nutabs, nutabholder, and some more but could not identify the proper name for tab.
Code: Select all
if (nuFormType() == 'edit') {
var inputs = $("#nuRECORD").find(":input:not([type=button])");
inputs.change(function() { nuShow('button_save'); });
}