How to determine textarea class
How to determine textarea class
Hello,
Since I've already got a css script for a nice looking textarea I'd like to ask how to determine a pre-defined textarea's class or ID.
Or it is possible to change it's class name to a custom one?
This is just a simple textarea which is used by to filter entries (search)
Here's my actual code I used:
[code]
$(document).ready(function() {
$('#example').dataTable( {
"sDom": ''
});
});
[/code]
Thanks.
- Tamás
Since I've already got a css script for a nice looking textarea I'd like to ask how to determine a pre-defined textarea's class or ID.
Or it is possible to change it's class name to a custom one?
This is just a simple textarea which is used by to filter entries (search)
Here's my actual code I used:
[code]
$(document).ready(function() {
$('#example').dataTable( {
"sDom": ''
});
});
[/code]
Thanks.
- Tamás
This discussion has been closed.
Replies
Allan