0
我使用jQuery插件來切換click.The肘杆上div包含文本「視圖」和「關閉」,但我想,以取代圖像圖標文本在jQuery中追加圖像?
此
jQuery代碼var defaults = {
showText: 'View',
hideText: 'Hide'
};
if(options.changeText==1){
$(toggleDiv).is(":visible") ? toggleClick.text(options.hideText) : toggleClick.text(options.showText);
如何給圖像鏈接文字?
謝謝@spokey它工作:) – Mehar