Wijmo UI for the Web
slide Event
Standard jQuery event object
Triggered on every mouse move during slide.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.slide = function(e) { };
Javascript (Specification) 
slide = 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.