Try this: $('input[name=Comanda]') .click( function () { $(this).hide(); } );. For doing everything else you can use something like this one ... ... <看更多>
Search
Search
Try this: $('input[name=Comanda]') .click( function () { $(this).hide(); } );. For doing everything else you can use something like this one ... ... <看更多>
jQuery plugin for inserting buttons/links to hide and show sections of content - GitHub - nomensa/jquery.hide-show: jQuery plugin for inserting ... ... <看更多>
Where is the code you written on button click? What it does after clicking the buttons? Can you please add that code as well to your question? – ... ... <看更多>
使用hide()的話,可以打開瀏覽器會看到透過按鈕隱藏的DOM 元素,變成了display:none; ... <button class="btn jq-removeBtn">Remove</button> ... <看更多>