.clear()

Previous Next

Clears the value of the column.

Returns the 'this' object.

Syntax

.clear()

 

Example

var v = $.udb('EMP').rows('current').cols('EMPNO').clear();