adding placeholder="" to the filter text input
adding placeholder="" to the filter text input
seanjohnson
Posts: 1Questions: 0Answers: 0
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]