Difference between revisions of "Sandbox"
From Organic Design wiki
Line 2: | Line 2: | ||
<input id="param1" value="JavaScript" /> | <input id="param1" value="JavaScript" /> | ||
<input type="button" id="send-email" value="Send" /> | <input type="button" id="send-email" value="Send" /> | ||
− | <script> | + | <script type="text/javascript"> |
+ | // <![CDATA[ | ||
$('#send-email').click(function() { | $('#send-email').click(function() { | ||
var param1 = $('#param1').val(); | var param1 = $('#param1').val(); | ||
Line 25: | Line 26: | ||
}); | }); | ||
}); | }); | ||
+ | // ]]> | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 22:45, 3 February 2018