开发者

jQueryMobile attribute that doesn't occur any transformation

开发者 https://www.devze.com 2023-02-17 01:07 出处:网络
Is there any attribute in jQueryMobile where I ca开发者_运维技巧n specify that I don\'t to occur any transformation by jQueryMobile?

Is there any attribute in jQueryMobile where I ca开发者_运维技巧n specify that I don't to occur any transformation by jQueryMobile?

In my case it's an anchor inside data-role="header".

Thanks.


If it's a link outside the jQuery Mobile "application", you can add a rel="external" attribute to the link's <a> tag to prevent jQuery Mobile from hijacking clicks on it.


The solution I used was wrapping the anchor inside a span or div.

0

精彩评论

暂无评论...
验证码 换一张
取 消