Response title
This is preview!
<script type="text/javascript">
//<![CDATA[
$("body").click(function(){
alert("hi2");
return false;
});
$("#cbxTest").click(function(e){
alert("hi1");
return true;
//return false;
//e.stopPropagation();
});
//]]>
</script>
© 2013 jQuery Foundation
Sponsored by and others.