Widget:CJPSandbox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> <script src="http://wikidoc.org/includes/jquery.timer.js"></script> <style type="text/css"> .boxed{ border:2px solid black !important; } .redBoxed{ border:2px so..." |
No edit summary |
||
Line 749: | Line 749: | ||
<div id="exam">pewp</div> | <div id="exam">pewp</div> | ||
</includeonly> | </includeonly> | ||
$(document).ready(function() { | |||
CODE GOES HERE | |||
}); |
Revision as of 17:23, 15 August 2013
$(document).ready(function() {
CODE GOES HERE
});