Questions tagged as 'jquery'

0
answers

Draggable in jquery with multiple elements

I am developing an accordion that each item will receive an accordion list. To dynamically sort the items of each accordion, I'm using jquery draggable. For the first list of accordion jquery works perfectly. However, for the second list the jqu...
asked by 18.06.2015 / 16:37
2
answers

Trigger trigger click event does not work as expected

I'm using the Wordpress MetaSlider plugin for slides, and it's possible to add links to the images. I created a button and need to simulate click , just as I was clicking on the currently active image in the slider. I'm using trigger...
asked by 18.06.2015 / 02:04
10
answers

How to create a site without reloading every click on a link?

I want to develop a site that runs around the same file, but I'm not sure how to look for study material for that. So: Normal site-> I'm on the Index.php page. When I click on the "Portfolio" menu, for example, it goes and loads the file P...
asked by 20.02.2014 / 05:48
1
answer

Highcharts graph does not appear

I'm trying to use the chart: link However, if you save the file in the same way and this graphic does not appear, it is the only one that does not work.     
asked by 04.05.2015 / 15:18
1
answer

Scroll to the next section

My code is written like this: <body> <div id="arrow"> <a class="next"></a> <a class="previous"></a> </div> <section id="primeiro"> ... </section>...
asked by 21.04.2015 / 00:59
0
answers

How to change the image in the Water-Ripple effect, when changing the effect some

How to change the image in the Water-Ripple effect, when the effect changes, the picture that it comes from is taken from the internet: <div class="a ripples" style="background-image:url(http://placekitten.com/800/500)"> When I change...
asked by 22.04.2015 / 18:45
0
answers

Trigger event when clicking on a "tab"

I have a series of "tabs" that are generated according to the parameters code: if($i==0 || $i==2 || $i==16 || $i==26 ) { ?> <div class="panel with-nav-tabs panel-p...
asked by 26.05.2015 / 21:24
0
answers

Open Modal on Tab Closure

Hello, I would like to open a modal window the moment the user tries to close the browser and ask if they really want to leave. I know I could do this with beforeunload, but I wanted to control it in case it does not force and display the ban...
asked by 20.05.2015 / 22:57
0
answers

Displaying alert / context messages with jQuery dynamically in addition to .show (); and .hide () ;?

While interacting with a particular interface, please see jsfiddle , some warning messages (nothing involving validation ..) .) are displayed. My rather rustic approach to displaying / hiding these messages, and certainly also counteracting o...
asked by 20.05.2015 / 20:08
2
answers

Open div when you click on a date

How do I open a div when clicking on one of the dates? When you click on the other% open% close and open the clicked with a different content? #agenda { width: 1000px; height: 500px; background-color: white; position: rela...
asked by 24.06.2015 / 22:23