adding placeholder="" to the filter text input
adding placeholder="" to the filter text input
![seanjohnson](https://secure.gravatar.com/avatar/f07102187663df0a83459821d2608f02/?default=https%3A%2F%2Fvanillicon.com%2Ff07102187663df0a83459821d2608f02_200.png&rating=g&size=120)
I'm trying to figure out how to customize the placeholder text for the search/filter text input. Any suggestions?
This discussion has been closed.
Replies
[code]$('.dataTables_filter input').attr("placeholder", "enter seach terms here");[/code]