Selecting datatables items
Selecting datatables items
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!
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.