Get Search Term with jQuery selector?

Get Search Term with jQuery selector?

robertomellorobertomello Posts: 1Questions: 0Answers: 0
edited March 2012 in General
Hi all!

How can i get the filter term in the input with jquery selector?

I don't find any API function.

I Want to send the term with ajax, not with post neither redraw the DT.

Tkz Roberto

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    [code]
    $('#{table_id}_filter input').val();
    [/code]

    will do it.

    Allan
This discussion has been closed.