2016-05-15 75 views

回答

3

你可以試試這個:

$('span.button-label').remove() 

,這也可能工作:

$("span").remove(".button-label"); 

檢查文檔here

相關問題