That isn't really related to validation, is it?

Could you post the content of your responseText?

Jörn

On Wed, Sep 10, 2008 at 4:43 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Can't anyone help me figure it out why this is happening?
>
> $(".ajaxForm").validate({
>        submitHandler: function(form) {
>                $(form).ajaxSubmit({
>                        dataType: 'html',
>                        success: function(responseText){
>                                console.log( $(responseText) );          
> //returns 'Object length=61'
>                                console.log( $('body',responseText) );   
> //returns 'Object
> length=0'
>                                console.log( $(responseText)[59] );      
> //returns '<div
> class="content">' whose parent is <body>
>                        }
>                });
> ...
>
>
>
>

Reply via email to