.isTransactionChecked() |
Checks for unchecked manipulations, i.e. manipulations that have not been processed by the server by a .checkData() function call. Returns a boolean. Syntax
Example if ($.udb.isTransactionChecked()) { //alert the user for unchecked manipulations }
See Also |