Questions tagged as 'jquery'

0
answers

Backstretch.js plugin decreases the background size of the site

Well, I'm having a hard time adjusting an error that is giving the Wordpress theme. The backstretch plugin resizes the background of the site leaving the image distorted, I've tried several solutions but none solved, I've also tried to manipul...
asked by 02.05.2016 / 08:42
0
answers

Get total records from a JQuery DataTable

I need to make a comparison with the total value of records that exist in the database, in a given table. I could get this value via PHP, and pass it to JavaScript, while rendering the page, however, the records can be dynamically added / delete...
asked by 21.04.2016 / 08:22
1
answer

JQUERY - Send selected value to the input value

I have following code: <script type="text/javascript"> $(function() { $("#search").keyup(function() { var pesquisa = $(this).val(); if (pesquisa != '') { document.getElementById('search...
asked by 05.05.2016 / 04:21
1
answer

Change table with javascript javascript

I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item to the table. I needed that by adding an item that is already inserted into the table (for example, the mo...
asked by 26.05.2016 / 19:15
1
answer

Zoom repeats google maps several times

I have infowindow on my map. Every time I give a dragstart I close this infowindow . My problem is that I give infowindow.open(map, marker); , to open infowindow . Every time I do this, it adds another infowind...
asked by 15.04.2016 / 19:08
1
answer

Fade transition between sessions of a site with different content

Hello, I need to make a transition effect from this site: link By scrolling, the contents of one session will fade and new content will appear, from the next session, overlapping the previous one.     
asked by 05.04.2016 / 05:23
0
answers

How to create a multiple image preview via "multiple input" html?

I found this code on the net, it works fine. But how can I adapt it to receive multiple images? <input type="file" accept="image/*" onchange="loadFile(event)"><img width="100px" height="100px" id="output"/> <script> v...
asked by 06.04.2016 / 02:16
0
answers

Zoom does not happen correctly when loading page ElevateZoom

When I open the page with the plugin elevateZoom (plugin to zoom in on the image with the mouse) it normally displays the images according to what has to be, but the problem starts when step mouse on the first image. Her zoom box loads...
asked by 06.05.2016 / 07:09
0
answers

Slideshow or player with MP4 and JPEG

I have several files, some mp4 other jpeg and I need a playlist or a slide that goes through these files being in an 'x' time on the images and when they arrive in the videos they perform an autoplay and only go to the next item when the video c...
asked by 03.04.2016 / 18:07
1
answer

removeClass JQuery

I want to add a class to a link in a list, I did, however I want to remove the class when I click on another link in the same list, and the class remains only in the clicked link. add I add however when I click on another link, the previously cl...
asked by 01.04.2016 / 19:14