Skip to content

Instantly share code, notes, and snippets.

@kylewest
Created May 2, 2011 18:53
Show Gist options
  • Save kylewest/952128 to your computer and use it in GitHub Desktop.
Save kylewest/952128 to your computer and use it in GitHub Desktop.
RPMWare Change PartNumber to Any HTML
<script type="text/javascript">
$(document).ready(function(){
// You may replace "Click Here For Price..." with any valid HTML.
$("#vehicles .partnumber a").html("Click Here For Price...");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment