.status() |
Returns a string representing the status of the record. If the record is newly inserted, then "inserted" is returned. If an update has been done, then "updated" is returned. Otherwise, the empty string is returned. Syntax
Example var unchanged = $.udb('EMP').rows('current').status() == ''; |