It's meant for client data mainly, but it is possible to search
through Ajax requests like so:

$.get('ajax_test.html',function(result){
    $('#loader').html(result);
    $('#loader table tbody tr').quicksearch({
        attached: "#loader",
        position: "before"
    });                                 
});

I'll add an example to the docs later.

Hope that helps!

On 10/11/06, Web Specialist <[EMAIL PROTECTED]> wrote:
> Rik,
>
> congratulations. Quicksearch plugin is a great piece of code. Only one
> question: your examples use client data, right? it's possible to load and
> search table data with ajax requests in our server?
>
> Cheers
>
>


-- 
Rik Lomas
http://rikrikrik.com

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to