jQuery.wijmo Namespace > wijtabs type : add Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijtabs(); var value; // Type: wijtabs // Parameters var url; // Type: string var label; // Type: string var index; // Type: number value = instance.add(url, label, index); |
//Add a new tab to be a second tab. $("#element").wijtabs('add', "http://wijmo.com/newTab", "NewTab", 1);