php - jquery direct messages to users -
i new jquery , wondering how can send message users there on website without need refresh page.
like, have form:
<form action="" method="post"> <input type="text" name="msg"> <input type="submit" name="submit" value="send"> </form>
now want example enter "hello." , click send. message should appear on users on website, without refreshing there page.
is possible?
Comments
Post a Comment