Revision: 34419
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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