Snippets tagged “class-attribute”
2 snippets use this tag.
- How to Add a Class to a Given ElementJavaScript
Read the tutorial and learn the two suggested methods of creating a JavaScript function that will add a class to the <div> element and solve your problem.
- How to set a class attribute to a Symfony2 form inputPHP
In Symfony2, you can set the class attribute of a form input by using the "attr" option in the form field configuration.