I've watched this screencast to add a page title when in a view, is there a way I can do the same but add a class the body tag?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Not sure what you mean, you can do it the same way: In a view:
In a layout file:
|
|||||||
|
$('body').addClass('mysexyclass');– MrYoshiji Dec 21 '12 at 19:25