You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.