We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d8f3f commit d91c529Copy full SHA for d91c529
js/jquery.mobile.navigation.js
@@ -666,7 +666,8 @@ define( [
666
// attribute and in need of enhancement.
667
if ( page.length === 0 && dataUrl && !path.isPath( dataUrl ) ) {
668
page = settings.pageContainer.children( "#" + dataUrl )
669
- .attr( "data-" + $.mobile.ns + "url", dataUrl );
+ .attr( "data-" + $.mobile.ns + "url", dataUrl )
670
+ .jqmData( "url", dataUrl );
671
}
672
673
// If we failed to find a page in the DOM, check the URL to see if it
0 commit comments