Accessing the search box with a selector

Accessing the search box with a selector

errorkneeserrorknees Posts: 10Questions: 0Answers: 0
edited July 2013 in General
If I want to force alphanumeric input with javascript, for example, on the search box, how could I do this? I want to sanitize the search box before it sends the JSON to the server.

Replies

  • allanallan Posts: 63,514Questions: 1Answers: 10,472 Site admin
    Selector: `div.dataTables_filter input` .

    Allan
  • errorkneeserrorknees Posts: 10Questions: 0Answers: 0
    My firebug failed me, thx!
This discussion has been closed.