Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 06-22-2013, 12:33 PM   #1
binarynpixel
Registered User
 
Join Date: Apr 2013
Location: Sydney
Posts: 127
Submit a form without the page reload

Hi everybody,
Please help me to make form submission without reload the page using ajax. please share your suggestion.
Thanks.
__________________

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.
binarynpixel is offline   Reply With Quote

Old 10-16-2013, 08:46 AM   #2
Ranjan123
Registered User
 
Join Date: Oct 2013
Posts: 15
using jquery with form posting, this can be used for various other features too other than form function.
Ranjan123 is offline   Reply With Quote
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
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Do redirected page backlinks & pr info count? wryfhk22 Search Engine Optimization 7 08-23-2022 09:48 AM
Secrete for seo alina albert Search Engine Optimization 87 03-11-2018 05:47 AM
Can I Boost a Page to Google First Page in a Week from 13.5 Million Competitors? junwe Search Engine Optimization 5 01-06-2017 10:27 AM
404 page do? farm gate Google 0 11-21-2012 07:02 PM
RSS Feed rajivwebads Search Engine Optimization 12 08-31-2012 07:15 AM


All times are GMT -7. The time now is 11:03 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.