How to use ajax:
Page 1 of 1
How to use ajax:
I run a website called converser 2.0 http://www.converser.tk/2, and i am thinking of using ajax in the submit. I tried a prototype earlier, but it didn't work. It didn't get any data. Will someone please provide some code that would work?Re: How to use ajax:
Use Jquery for AJAX calls.its easy and fun.
Read these articles to learn more about Jquery AJAX.
Jquery AJAX
Re: How to use ajax:
thank you for the link ...thought it should be open in new windowRe: How to use ajax:
yah i agree with you it should be opened in new window and this window should be remain opened.I will request the Admin to Make it Like that.!
Re: How to use ajax:
Use Jquery. $.ajax({ url: 'link', success: function(incomming_data){} });Page 1 of 1