Wijmo UI for the Web
remove Method
Specified which item should be removed.
Remove the item at specified index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcarousel();
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.remove(index);
Javascript (Specification) 
function remove( 
   index : number
) : any;

Parameters

index
Specified which item should be removed.
Browser Compatibility
7
5
5

See Also

Reference

wijcarousel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.