效果: 演示地址: https: xibushijie.github.io static addClass.html ...
2019-01-12 07:07 4 1456 推薦指數:
點擊當前標簽給其添加class,兄弟標簽class刪除 然后獲取當前點擊元素的文字 演示地址: https://xibushijie.github.io/static/addClass.html <!DOCTYPE html> <html> < ...
VUE中 html 中 <ul id="shoppingList" v-on:click="addClass($event)" class="iview-admin-draggable-list"> <li></li> ...
<ul class="nav nav-tabs margin-top" id="before_click"> <li ><a href="{:U('Home/Qrcode/add')}">創建二維碼數據</a></li> <li ...
...
效果如下: ...
1,文件內容 ---- 使用v-for遍歷數據 ---- @click="selectSort(item)"添加點擊事件,並把每個obj=item傳入 ---- v-show="item.show",在點擊事件中,實現點擊顯示或隱藏 ---- :class="{'active ...