View Single Post
Old 11-04-2013, 11:25 PM   #3
Luca tall
Registered User
 
Join Date: Apr 2013
Location: Chennai
Posts: 72
You can use preventDefault() method
$('#myForm').submit(function(event){
event.preventDefault();
$.ajax({
...
});
})
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
Luca tall is offline   Reply With Quote