Skip to content
garafu edited this page Apr 30, 2013 · 2 revisions

"Condition object" is used in the "$.depend" method.
This object has following properties.

  • Properties
    • on
    • exe

.on

type : boolean
Execution condition. This property is set like: $.browser.is("msie"). If this property does not exists, the condition is considered default.

.exe

type : function
Process to be executed when the conditions have been met.

Clone this wiki locally