Questions tagged as 'jquery'

1
answer

How can I make these images slide up and down with jQuery?

I would like to develop something in jQuery that would make the images of this page > each within your "square" would slide from top to bottom when the mouse was placed on top of the image and returned to the top as soon as the mouse was tak...
asked by 31.05.2015 / 02:31
2
answers

Always active calculation in JQuery

I need the following: I have 3 input fields for values / currency. These values are not filled in sequence, other fields, with other values being populated between these 3 fields. I need to know, how do I make the result appear from the calcu...
asked by 28.05.2015 / 23:00
1
answer

jquery element change with time interval

I would like to make 3 or more animation blocks that, when clicking, would change according to the seconds, until someone clicks on one of the objects. The function is working to click. Clicking switches between classes. I wanted it to run...
asked by 31.05.2015 / 00:18
1
answer

How to add a time to pass the slider?

Hello, I'm new here and also in jquery. And I wanted to know how do I add some time to go from one slide to the next, here's the code: <div id="slide" align="center"> <ul> <li id="frame"><div></div...
asked by 07.06.2015 / 19:26
1
answer

Circle with Percentage Effect jQuery [closed]

I found a topic on the site about a certain effect. It's a percentage in a circle. I could not find a sample site. But it goes something like this: link However, color filling in the circle is done in runtime . Does anyone remember...
asked by 27.05.2015 / 14:16
2
answers

Hide Pop Up Lightbox div by clicking on an Item / button

I made an ad on my site, for Multipurpose. I would like to make a "PopUp" ( PopOver , or known Modal ) my custom, in case I created a div . The ID of div is adonsite , and I would like to close it by clicking another...
asked by 19.05.2015 / 04:52
2
answers

Copy select and keep selectedIndex

I'm messing with a Select, where I hedge its index. The problem that after setting the index I have to put it inside a div. But it does not get the index set, it goes with the default. What function of jquery, cuts the select with what was as...
asked by 15.05.2015 / 23:04
1
answer

SlideShow HTML Jquery [closed]

Good morning friends, well the problem is the following, I downloaded a package for slideshow which I include in my website but it is all unconfigured, does not appear border and does not appear the images of the buttons, I am trying to fix this...
asked by 16.05.2015 / 16:51
1
answer

Modal window with PHP database request

I'm trying to create a modal window that will bring from a MySQL database only the final part of a URL of an image that is available on the internet (ex: part_final.png) the problem is that I can not do the code works in the concatenation, as I...
asked by 16.07.2015 / 22:33
4
answers

How to make a list item show / hide a DIV when clicked?

#fonte { display: block; width: 200px; height: 200px; outline: dotted; } #conteudo { position: absolute; top: 15px; left: 210px; display: block; width: 200px; height: 200px; outline: dotted; } .s...
asked by 17.07.2015 / 03:27