使用 jQuery Mobile 我想禁用 DOM 特定部分中链接的 ajax 调用。
我不想放一个
data-ajax = false
每次我不想使用 jquerymobile ajax。
例如,任何属于“内容”子级的链接:
<div class="content">
<a href="http://externalwebsite.com">External Link</a>
</div>
我想将“data-ajax = false”添加到作为“内容”子项的每个链接上
有没有办法用jquery做到这一点?