Thread jQuery, modal-dialog & form submit (20 answers)
Opened by pktm at 2010-02-19 17:22

pq
 2010-02-20 01:32
#133359 #133359
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
wenn du das onsubmit immer noch im html setzt, versuch mal
onsubmit="my_dialog(); return false"

und in my_dialog mach dann das submit:
Code: (dl )
1
2
3
4
5
6
                buttons: {
'Delete all items in recycle bin': function() {
$(this).dialog('close');
dialog_response = true;
$('.del_form').submit;
},
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread jQuery, modal-dialog & form submit