Wijmo UI for the Web
scroll Event
Standard jQuery event object
Information about an event
Scroll event handler. This function is called before scrolling occurs.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.scroll = function(e, data) { };
Javascript (Specification) 
scroll = function ( 
   e : jQuery.Event,
   data : IScrollEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.