Wijmo UI for the Web
dropDownButtonMouseUp Event
Standard jQuery event object
The dropdownButtonMouseUp event handler. A function called when the mouse is released on the dropdown button.
Syntax
Javascript (Usage) 
$(function () {
    // Set dropDownButtonMouseUp event handler function
    $(".selector").wijinputcore({
        dropDownButtonMouseUp : function (e) {
     
        }
    });
});
Javascript (Specification) 
dropDownButtonMouseUp = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijinputcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.