<label>Search: <input type="text" aria-controls="company"></label>
Using Datatables, how would i added a class to the search field input box?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending which example are you using.. if you are using the following http://datatables.net/release-datatables/examples/basic_init/zero_config.html
P.S.: If the table have more input search or you have more tables, you can refer to all the input search by using the
class selector(".someClass")