Return to Snippet

Revision: 34419
at October 22, 2010 04:49 by stephcode


Updated Code
<script type="text/javascript">
$(document).ready(function() { $("#wrapper").html( $("#wrapper").html().replace(/Stephcode/g, '<span style="font-size: 10em;">Stephcode</span>') ); });
</script>

Revision: 34418
at October 22, 2010 04:49 by stephcode


Initial Code
<script type="text/javascript">
	$(document).ready(function() { $("#wrapper").html( $("#wrapper").html().replace(/Stephcode/g, '<span style="font-size: 10em;">Stephcode</span>') ); });
    </script>

Initial URL


Initial Description
Not sure what I\'d ever use this for as it doesn\'t exactly lend itself to flexibility in the long term, but saving it anyway.

Initial Title
Automatically assign a style to any written instance of word on a page

Initial Tags
style

Initial Language
JavaScript