嗨我試圖隱藏引導程序按鈕。只有當我點擊一個複選框時,我才能看到它們。但我無法實現。任何人都可以幫忙嗎?無法隱藏引導程序按鈕
HTML
<input type="checkbox" ng-model="todo.done" value="{{todo.task_name}}">
<span class="done-{{todo.done}}"> {{todo.task_name}}</span>
<a id="done-modal-button" ng-click='onCompleteTask(todo)' ng-model="todo.done" class="btn btn-xs btn-success">Done</a>
JS
$('#done-modal-button').hide();
#done-button或#done-modal-button? – 2014-12-13 18:37:03
@ Bhojendra-C-LinkNepal對不起。 #done-modal-button – 2014-12-13 18:38:21