mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-13 02:41:02 +00:00
links with any target attr will not use ajaxClick (not just _blank)
This commit is contained in:
parent
762341fc52
commit
13c10d4862
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
};
|
||||
|
||||
// ajaxify all navigable links
|
||||
jQuery( "a:not([href=#]):not([target=_blank]):not([rel=external])" ).live( "click", function(event) {
|
||||
jQuery( "a:not([href=#]):not([target]):not([rel=external])" ).live( "click", function(event) {
|
||||
jQuery( this ).ajaxClick();
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue