/ Published in: Other
Expand |
Embed | Plain Text
<script type="text/javascript"> // jQuery is passed to the ready function as a parameter, so we alias it with $ // This will work for you even with wikispaces jQuery(function($){ var loc = window.location.pathname.match(/^/?(w+)b/); if(loc) $(document.body).addClass(loc[1].toLowerCase()); }); </script>
You need to login to post a comment.
