Posts by Luis Rodrigues • 25 points
5 posts
-
1
votes1
answer60
viewsQ: Dropdow Vertical Menu and Images
I have on the site that I’m doing a dropdown menu, my problem is when I activate the Hover effect by hovering the mouse on the menu the images that are next to it end up moving along with the menu,…
-
0
votes0
answers132
viewsQ: How to reset the functions of an onclick event?
I have a modal page with buttons close and minimize. The minimize button has a function onclick to change your background between maximize and minimize and other tooglefulscreen to exit and enter…
javascriptasked Luis Rodrigues 25 -
0
votes1
answer75
viewsA: Create button to cancel fullscreen function
I managed to solve my problem with the Javascript Solution: <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script> function exitFullscreen() {…
javascriptanswered Luis Rodrigues 25 -
0
votes1
answer75
viewsQ: Create button to cancel fullscreen function
I want to create a button to cancel a fullscreen event/function without toogle function just click the button and close full screen mode. someone can help me ?
javascriptasked Luis Rodrigues 25 -
0
votes1
answer113
viewsQ: How to use different javascript libraries on the same page?
I’m using a full screen slider on a page I’m creating, this slide uses the following Javascript styles and functions jQuery 3.2.1: var TIMEOUT = 6000; var interval = setInterval(handleNext,…