Select the elements you want before the request, like:
var $elements=$('input');
$.ajax({success:function(data){
alert($elements.html());
}});

2009/6/2 Kevz <godec...@gmx.net>

>
> [b]Hay guys![/b],
>
> I worked with now in jQuery. Property however at present the following
> problem:
>
> [i]I provide a AJAX Request. the side is loaded, the parameters all
> conveyed and back receives I a complete HTML side. Now I would like to
> have only certain elements however from this side, like DIV, SPAN etc.
>
> How can I make with the AJAX Request return in such a way best, which
> I can select these elements thereby? Simply it would be unfortunately
> not functioned over the function $ (“element”), it… even if I indicate
> the HTML Request as secondly parameter.[/i]
>
>
> Excused, for my bad English. ;-)
>
> Translatertool. There is unfortunately too many words, in order to
> describe my problem. ^^
>



-- 
Gustavo Salome Silva

Reply via email to