Widget:Timer2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "$.getScript("http://wikidoc.org/includes/jquery.timer.js", function (){ $(document).ready(function(){ var timer = $.timer(function() { alert('Hi'); });..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | |||
<script type="text/javascript"> | |||
$.getScript("http://wikidoc.org/includes/jquery.timer.js", function (){ | $.getScript("http://wikidoc.org/includes/jquery.timer.js", function (){ | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 7: | Line 9: | ||
}); | }); | ||
}); | }); | ||
</script> | |||
</includeonly> |