> The interesting code is this:
>
> var v = jQuery("#form").validate({
> submitHandler: function(form) {
> jQuery(form).ajaxSubmit({
> dataType: "json",
>
Massimiliano Marini schrieb:
I manage my form with this "Form Plugin" code:
$(document).ready(function() {
$('#f1').ajaxForm(function() {
target: '#response',
success: function() {
$('#response').fadeIn('slow');
}
});
Maybe it help, the call
> I manage my form with this "Form Plugin" code:
> $(document).ready(function() {
> $('#f1').ajaxForm(function() {
> target: '#response',
> success: function() {
> $('#response').fadeIn('slow');
> }
> });
Maybe it help, the call to the plug
3 matches
Mail list logo