How can I get this searching values ?

How can I get this searching values ?

Hwan LeeHwan Lee Posts: 7Questions: 5Answers: 0

I made DataTables by reference to this code.

$('#dataTables-example').DataTable({
    "paging"    : true,
    "info"      : false,
    "searching" : true,
    "ordering"  : false,
    responsive  : true,
    "lengthMenu": [[25, 50, -1], [25, 50, "All"]],
    "dom": '<"top">rt<"bottom"fp><"clear">',
});

and I want to get the searching values.

Here, I attached 3 Images.
(All code, div, input box)

How can i get this searching values?
Use J-Query like this? ($(input[type=search]).val();)

anybody help please..

Thank you....

1.png 18.3K
2.png 5.3K
3.png 3.2K
This discussion has been closed.