Wijmo UI for the Web
stop Event
Standard jQuery event object
The stop event is triggered when the user stops sliding the slider thumb.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.stop = function(e) { };
Javascript (Specification) 
stop = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
Remarks
please refer: http://api.jqueryui.com/slider/

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.