I have a input button has ID="btnSendMsg"
<div id="divChat" class="chatRoom">
<div id="divChatWindow">
</div>
<input id="txtMessage" class="sm-form-control" style="width: 330px" />
<input id="btnSendMsg" style="float: right; border-radius: 30px" type="button" value="Chat" class="button button-3d nomargin" />
</div>
When i push enter my page reload and i don't like it. How to avoid it ?
Go to the complete details ...