.isTransactionChecked()

Previous Next

Checks for unchecked manipulations, i.e. manipulations that have not been processed by the server by a .checkData() function call.

Returns a boolean.

Syntax

. isTransactionChecked()

 

Example

if ($.udb.isTransactionChecked()) {

 //alert the user for unchecked manipulations

}

 

 

See Also

.checkData()