Wijmo UI for the Web
start Event
Standard jQuery event object
The start event is triggered when the user begins to move the slider thumb.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.start = function(e) { };
Javascript (Specification) 
start = 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.