/ Published in: JavaScript
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript"> $(document).ready(function() { $("#wrapper").html( $("#wrapper").html().replace(/Stephcode/g, '<span style="font-size: 10em;">Stephcode</span>') ); }); </script>