Created
February 17, 2011 20:13
-
-
Save skipjac/832571 to your computer and use it in GitHub Desktop.
changes the H2 on the login page
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
| message = '<h2>Test</2>'; | |
| //check to see if you are on the end users request page | |
| if (window.location.href.indexOf('access') >= 0) { | |
| jQuery('h2:contains(New to)').html(message); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment