Questions tagged as 'jquery'

1
answer

Do not run autoplay video like bg on mobile

My site has as bg a video that is in autoplay . However, when on mobile, I want this video not to run, leaving only pause to show a background image. If I put display:none in CSS it gets a bg black. <...
asked by 23.05.2014 / 20:04
1
answer

How to send the blob in real time?

Is there any way to send the blob to the server in real time (streaming)? I looked for sockets but I did not have good results ...     
asked by 01.06.2014 / 21:44
1
answer

Edit similar fields in codeigniter

Imagine the following situation: Registered in a database of several telephones of a single establishment (local_1, +55 xx xxxx-xxxX; local_1, +55 xx xxxx-xxxY; ...); The problem: Enable the user to edit these various phones (this incl...
asked by 03.06.2014 / 05:54
1
answer

Generate date sequence within input automatically

How can I generate a date sequence and place each date within inputs (OS INPUTS ALREADY EXIST WITHIN A FORM) from the start date and end date automatically? I put the start and end date, and script generates the date range on inputs that al...
asked by 02.01.2019 / 14:20
2
answers

jQuery App works on Localhost, Mobile Devices, but does not work on browsers

I developed a small application using HTML5 and jQuery. It works perfectly on localhost. I uploaded the whole code, and a specific routine did not work in any of the browsers (Chrome, Firefox or Opera). I tested it on iPhone Safari and it...
asked by 30.01.2014 / 12:40
1
answer

A loading appears while the names are not listed in the autocomplete search Jquery

I am using in my internal search Jquery where when entering the first letter, the name of the users referring to the letter entered appears. So far it works correctly, the problem is that the query I'm using, it searches another table of the for...
asked by 30.12.2018 / 21:44
0
answers

Treemap - layout

Next, I have a treemap that counts the clicks on the child nodes according to which each user clicks. It happens that, when in large scale of clicks, new values do not appear in the treemap because they are insignificant compared to those that a...
asked by 27.12.2018 / 19:05
1
answer

Make div height decrease as user decreases screen

I have a div and I want it to decrease when the user zooms out. I have something similar to the width, which I did like this:% w / o% it takes the full width of the screen and decreases 320px. With the height I do not know how to do it. Has a...
asked by 02.07.2014 / 19:53
1
answer

JQuery jCarrousel Lite

I'm using plugin of JCarousel Lite and it worked fine on a particular page. Now I'm applying on another page of the msm project only that instead of working, it puts widht: 0px height: 0px; on all elements and on the target...
asked by 28.02.2014 / 18:02
1
answer

How to save the results of a "drag-and-drop" table?

I need to do a drag-and-drop that looks like the image below, which is the system I'm developing. In the buttons referring to "1st Period", "2nd Period" and others, I put a function that returns the disciplines referring to the period informe...
asked by 10.02.2014 / 14:47