我有一个图像链接,我想将其用作切换按钮。
<img id="myToggleButton" src="myToggle.jpg" />
And what I want it to toggle is this:
<ul id="listview" data-filter="true">
So, basically I need to change from data-filter="true" or data-filter="false" and so on.
我怎样才能使用 JQuery 来完成这项工作?