Created
November 18, 2010 13:38
-
-
Save sunkencity/704976 to your computer and use it in GitHub Desktop.
weird id behaviour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js | |
index 86f8472..c9c7e3c 100644 | |
--- a/js/jquery.mobile.js | |
+++ b/js/jquery.mobile.js | |
@@ -478,7 +478,7 @@ | |
} | |
to | |
- .attr( "id", fileUrl ) | |
+ .attr( "id", fileUrl.replace(".", "") ) | |
.appendTo( $pageContainer ); | |
enhancePage(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment