| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Aug 2003 Location: England
Posts: 934
![]() ![]() ![]() ![]() ![]() | Simple jquery help! I have been following this tutorial (http://trevordavis.net/blog/ajax-forms-with-jquery/) it works perfectly. However when I change the submit button to a input type="image"... it doesn't send. It still has the id as submit. I think it has something to do with the javascript. Would anyone know how to solve this? thanks ---------- Post added at 02:28 PM ---------- Previous post was at 02:02 PM ---------- fixed |
| | |
| | #3 (permalink) |
| NamePros Regular Join Date: Apr 2006
Posts: 360
![]() ![]() ![]() ![]() | This should get the form to submit for you: Code: $(function() {
$('#submit').click(function() {
$(this).parents('form')
.submit();
});
}); Cheers, Jay
__________________ Canadian Domain Registrar Ready.ca |
| | |
| | #4 (permalink) |
| New Member Join Date: Sep 2010
Posts: 9
![]() | wondering if anyone tried it and got it to work with; $(function() { $('#submit').click(function() { $(this).parents('form') .submit(); }); }); thanks
__________________ my free spyware removal blog |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BioticDesigns.com - Wordpress Themes, Logos, PHP/SQL, jQuery, AJAX | CyXic | Developers For Hire | 0 | 06-09-2011 08:16 PM |
| Why can't people in the Domains Wanted Forum respond to a simple PM? | Premium-Domain-Names | Domain Name Discussion | 48 | 06-09-2011 02:59 PM |
| Wanted - wordpress expert, easy simple job theme installation | Tim Schoon | Web Development Wanted | 2 | 06-04-2011 11:02 PM |
| $50 for more then a simple redesign ??? | ExoGenesis | Design Contests | 1 | 06-04-2011 11:59 AM |
| PHP, MySQL, jQuery, CSS Developer for hire; long time NPer | Mr. Johnson | Developers For Hire | 0 | 05-22-2011 09:38 AM |