.isCommitted()

Previous Next

Checks for uncommitted manipulations, i.e. manipulations that have not committed to the database.

Returns a boolean.

Syntax

.isCommitted()

 

Example

if (!$.udb.isCommitted()) {

 //alert the user for uncommitted manipulations

}

 

 

See Also

.commit()