Questions tagged as 'jquery'

1
answer

Multiple files to upload [duplicate]

I'm looking for a Jquery plugin that will upload multiple files at the same time. Does anyone know of any to let me know?     
asked by 02.09.2014 / 20:05
1
answer

Audio player slows down and hangs up after playing ten songs

I'm doing a music player in jQuery / JavaScript / HTML5 and this is going well, but when it starts to play the songs + or- in the 13th track it starts to slow down the page and it fires impossible to continue without updating the page and losing...
asked by 15.09.2014 / 22:13
1
answer

Two elements with the same height with jQuery - all the time

I'm taking advantage of a gallery system that I found on the web where, depending on the proximity of the mouse image, it widens proportionally. Link: Image Gallery Well, I have adapted the code to be responsive (and as you can see it is...
asked by 06.09.2014 / 20:40
1
answer

Global object for project

I'm sure if this mode would be a very "ugly" method to do: link In this case, an object called "Ecommerce" has been defined, and I'm giving it the functionality. Another item that would like to know other ways, or if it is correct, is...
asked by 15.08.2014 / 19:15
1
answer

How to load an array and divide its positions by special character

I have a table where there are filters for it: Asyoucanseeintheimage,foreachcolumnIhaveafilterwhereuserscantypewhattheyunderstandtodotheresearchtheyunderstand.IamnowallowingtheusertodownloadthePDFlistingwiththefiltersapplied.SoI'mcreatinganarray...
asked by 04.08.2014 / 11:42
2
answers

Page switching time transition

I have an HTML code and I need to make a transition (fade) when I enter another page through the HTML menu that I have. Problem is, I can not make that transition. I need to do something like this link site that if you notice the left menu, wh...
asked by 14.08.2014 / 12:28
3
answers

jQuery, do not select 'child' element

I have this code that makes a kind of fancybox, it turns out well but I liked that the click on the image did not make the '#overlayFancy' disappear, it was good that only the click outside the image is to make it disappear with everything , alt...
asked by 29.08.2014 / 12:58
1
answer

Make DIV Scrollbar follow item li from the list

Hello, I would like to know how I can make the code I have (below) cause every time the "Next" or "Previous" button "are clicked, follow the li element with the class" music-playing "? Code: link I want to make the scroll bar focus t...
asked by 26.08.2014 / 21:41
2
answers

Dynamic checkbox validation with jquery-validator

I'm trying to validate a checkbox using the link plugin. The problem occurs that the field I'm validating does not exist until another predetermined field is selected. Therefore, validation passes even though this field does not exist....
asked by 24.02.2014 / 21:25
1
answer

toastr.js disabling the required HTML5 property

I'm using toastr.js to display form validation messages, but using this plugin it disabled all my inputs that had the required property. My code: <!DOCTYPE html> <html> <head> <title>TOASTR</tit...
asked by 18.01.2016 / 16:20