Skip to content

Instantly share code, notes, and snippets.

@Asherlc
Created September 13, 2012 23:47
Show Gist options
  • Save Asherlc/3718679 to your computer and use it in GitHub Desktop.
Save Asherlc/3718679 to your computer and use it in GitHub Desktop.
test
$(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