Visual Studio 2013、ASP.NET Web 表单、metro UI CSS 3.0
我正在尝试创建一个看起来像本网站http://metroui.org.ua/tiles.html中的 tile element-selected
<div class="tile bg-green fg-white element-selected" data-role="tile">
<div class="tile-content iconic">
<span class="icon mif-home"></span>
<div class="tile-label"></div>
</div>
</div>
我的代码创建了一个像上面这样的磁贴,选中了勾号图标,但是当我按下磁贴时,勾号图标并没有像它应该的那样取消选中!
我在这里想要创建一个磁贴,当用户单击它时将显示一个勾号图标,并在用户再次单击它时取消选中。
希望有人能帮助我!