I would like to add a bootstrap class of 'search-query' to the search input using sDom. Is this possible. The resulting markup would look something like...
Thanks.
<div class="dataTables_filter" id="search-grid_filter"> <label>Search: <input class="search-query" type="text" aria-controls="search-grid"></label> </div>
Thanks.