- or download this
success: function(res) {
alert(res.msg);
},
- or download this
success: function(res) {
\$('#result').text(res.msg);
},
- or download this
<body>
<p id="result" >Time now is :</p>
<input type="button" id="Submit" name="Submit" value="Submit"/>
</body>