Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
}); | }); | ||
$('#executeGo').click(function() { | |||
$('#textHere').empty(); | |||
}); | |||
}); | }); | ||
</script> | </script> | ||
Line 18: | Line 21: | ||
<div id="textHere"></div> | <div id="textHere"></div> | ||
<input type="button" id="executeGo" value="Go" /> | <input type="button" id="executeGo" value="Go" /> | ||
<input type="button" id="executeReset" value="Reset" /> | |||
</includeonly> | </includeonly> |