Posts by clrod • 261 points
2 posts
-
7
votes1
answer377
viewsQ: How to put an HTML code on a label in Laravel?
When I try to do that: {{ Form::label("nomecampo", "Descrição<em>*</em>", array("class" => "entrada")) }} The tag enters inside the tag but is not interpreted correctly. See:…
-
12
votes2
answers5931
viewsQ: How to hide a visible sub-menu by clicking on another JS menu?
I have the script below to use in a menu. It changes the visibility of a specific element by its ID. Clicking on a main menu opens a submenu. Is there any way to change the script so that when…