Jump to content

[SOLVED] Making the enter button submit without refreshing page


cpd

Recommended Posts

The subject says it all really. Its probably really simple but i dont know how to do it. Ive made an Ajax Chat and id like the user to be able to hit the enter button rathern then pressing Submit and im not sure how to do it without making the page refresh?

You don't have to use a form at all if you're going to do it this way.

 

On your textfield, make a function that detects the enter key (you can google "javascript detect enter key".  Then use whatever function you want to send the data via ajax... no form required.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.