I am currently seeking a method to add an additional custom class to the jQuery datatables filters (Records per page and Search)
Th
i'm use DataTable 1.10.2 and i use :
$.extend( $.fn.dataTableExt.oStdClasses, { "sFilterInput": "form-control", "sLengthSelect": "form-control" });
I go through the extend function instead of jquery.