-
-
Save Asherlc/3718679 to your computer and use it in GitHub Desktop.
test
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
$(document).ready(function () { | |
var original = $('.signerCount').html() | |
var text = original.replace('total signers','citizen co-sponsors and counting') | |
$('.signerCount').html(text) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment