Wijmo UI for the Web
remove メソッド
削除するタブの 0 から始まるインデックス。
タブを削除します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: wijtabs
    // パラメータ
    var index; //タイプ: number
    
    returnsValue = $(".selector").wijtabs("remove", index);
});
Javascript (Specification) 
function remove( 
   index : number
) : wijtabs;

パラメータ

index
削除するタブの 0 から始まるインデックス。
使用例
// 2 番目のタブを削除します。$("#element").wijtabs('remove', 1);

関連トピック

参照

wijtabs タイプ
wijtabs jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.