Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script type = "text/javascript"> | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#executeGo').click(function() { | $('#executeGo').click(function() { | ||
Line 7: | Line 8: | ||
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
<div id="textHere"></div> | <div id="textHere"></div> | ||
<input type="button" id="executeGo" value="Go" /> | <input type="button" id="executeGo" value="Go" /> | ||
</includeonly> | </includeonly> |