Selecting datatables items

Selecting datatables items

vertuzzivertuzzi Posts: 6Questions: 0Answers: 0
edited October 2011 in General
Hi!

How can I select datatables items? I have tried stuff like:

[code]$("select").change(function () {
alert('changed!');
});
[/code]

but I see no results. I also tried by name but I cannot interact with these elements. I would like to interact directly with the select and the search box.

Thank you!
This discussion has been closed.