Wijmo UI for the Web
cancel Option
Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijslider("option", "cancel");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijslider("option", "cancel", newValue);
        
});
Javascript (Specification) 
var cancel : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.