Posts by Clovis Alberto Block • 129 points
6 posts
-
0
votes1
answer45
viewsQ: My Javascript function is not being "viewed"
I’m deploying Javascript functionality to close a submenu. To close with ESC and clicking on the menu item that opened the submenu is working. What I’m not able to make work is the function that…
-
1
votes1
answer72
viewsQ: Javascript does not find element by id
Apparently Javascript is not seeing the ID that I want to change its value. I’ve checked all the code and I can’t find the error. function SubMenu_EXIBE_OCULTA(menu){ var…
javascriptasked Clovis Alberto Block 129 -
0
votes1
answer53
viewsQ: Images are not displayed, even with correct path
I am not able to make any browser display the grid images, it is not path problem because I opened the code in other editors that have the option to display the link of the figure and open it in…
-
1
votes1
answer127
viewsQ: Command "switch" enters falls into "default"
For any value you enter, the result is always "None of the alternatives", where the error is? Follows the code: <body> <p>Clique para exibir...</p> <!-- <button…
-
-1
votes2
answers781
viewsA: Can I run CSS commands in javascript? HTML
With these features, is it possible to then control menu and submenus items, created with UL and LI, properly identified by classes? If you want to attach a small example, I would be grateful, I am…
-
9
votes1
answer429
viewsQ: Hot key for "surround with" in Notepad++
The Phpstorm editor has a hot key for the "surround with" command, someone knows if Notepad++ has this feature and which hot key?