Alternative Markup for the search form label within "dataTables_filter" possible?
Alternative Markup for the search form label within "dataTables_filter" possible?
Hi, i like to place the label on top of the input field and make it disappear onfocus.
I need a slightly different markup to make ist possible to place the label via CSS.
So I need the following
[code]
Search:
[/code]
instead of
[code]
Search:
[/code]
Is it possible to change the markup without fiddling around in the plugin itself?
I need a slightly different markup to make ist possible to place the label via CSS.
So I need the following
[code]
Search:
[/code]
instead of
[code]
Search:
[/code]
Is it possible to change the markup without fiddling around in the plugin itself?
This discussion has been closed.
Replies
Allan
Michael
In what way is it not correct? The LABEL and INPUT are implicitly associated which is perfectly valid: http://www.w3.org/TR/html401/interact/forms.html#h-17.9.1 .
Allan