Questions tagged as 'toggle'

3
answers

Problems closing menu when clicking links

I personally made a site onepage in this link , it has a fixed menu on the side that opens when clicked by is the following in these links there are anchors that when they are clicked the site usually descends however the menu does not c...
asked by 27.10.2017 / 15:22
2
answers

Show / hide each element within a class with toggle (jquery)

I have a class .menu-departamento and inside it I have a h3 and a ul li , in which I'm putting a toogle effect. In the code below when I click on a h3 it displays all ul and you want it to display only...
asked by 19.01.2015 / 14:00
1
answer

Is it possible to configure a Jquery Effect?

Is it possible to change the options in Toggle Explode ? For example: it has nine divisions by default, is it possible to modify the number of parts it explodes and the size of those parts? I also wanted to know if JQuery allows cha...
asked by 24.08.2014 / 21:04
1
answer

Collapse Bootstrap

I am using collapse in Bootstrap, however, I would like that when I click on a button, the phrase of the other button disappears and vice versa. I've tried everything. Can anyone help me implement the code? <link href="css/bootstr...
asked by 22.10.2015 / 21:03
3
answers

Show and hide Javascript content (Menu)

Good morning Guys, I have a big question. I have the following code: <div class="nav"> <ul class="menu"> <li class="mnativo"><a href="#"><i class="fa fa-bars"></i></a></li>...
asked by 11.03.2016 / 13:00
2
answers

jQuery Toggle animation is not working

I have this code, and I would like to toggle the click but it is not working. Any tips sff? HTML: <body> <img id="topBar" src="imgs/topBar.png"> <div id ="wrapper"> <nav> <a href="index.php"><img...
asked by 19.05.2014 / 11:28
2
answers

fade toggle jquery

I have a div and inside it a header (h3) and a button, I want when I press this button, change the contents of the text and the button, with a new text and a new button with a fadeOut effect for the text / current button and FadeIn pro new text...
asked by 28.12.2017 / 17:58
2
answers

Toggle () effect down, JQuery

Can you change the direction of the toggle () effect of JQuery? For example, I made a button that when clicking, it shows and closes a div $('.botao').click(function(){ $('.div').toggle(700); }); Only, that he kind of has a...
asked by 20.04.2017 / 13:24
1
answer

Toggle using different ng-Style - AngularJS

I have a DIV with a style applied via ng-style (since some values are computed in the controller). <div ng-repeat="i in getNumber(tiles) track by $index" ng-click="toggle = !toggle" // => esta linha não funciona...
asked by 02.10.2017 / 18:13
1
answer

I want to click on a link when I click show a div and when I click on another link show another div and disappear the previous one

It's simple but I can not do it. When I click on link1 show the div1, and if I click on link2 show the div2. And if I click on link1 again with div1 showing it should disappear, I know I have to use the toggle method but I can not. $('.zik...
asked by 05.07.2017 / 14:56