我有一個對話框 -jQuery的 - 隱藏/顯示一個對話框上的按鈕動態
<div data-role="dialog" id="msg-popup">
<div data-role="header">
<h1>Notification</h1>
</div>
<div data-role="content" id>
<b id="notif-subject"></b>
<a href="#notif-details1" id:"show-notif" data-role="button">Show notification</a>
<a href="#" data-rel="back" data-role="button">Cancel</a>
</div>
</div>
我想要動態地隱藏和顯示節目,通知符按鈕使用jQuery代碼。我會怎麼做?
我已經試過
$("#show-notif").hide();
這對我沒有工作。有任何想法嗎?
屬性應該設置爲等於'='符號:' ...'。 – VisioN