Questions tagged as 'jquery'

0
answers

bxSlider does not reload when you click on your hidden parent

Hello I have a slideshow that uses bxSlider and is inside a hidden DIV while loading the page. This bxSlider starts in another function I wrote below. I have however a button to make all the hidden content appear but the slideshow is alway...
asked by 04.12.2018 / 19:37
1
answer

Menu does not open levels on iPhone or iPad

I programmed a website, and for the menu I used jQuery hoverdrop . But it does not open in any way on iPhone or iPad. In other phones and tablets works normally (only takes a little longer to load depending on the speed of the internet). W...
asked by 10.02.2014 / 19:37
1
answer

Problem loading global attributes (data- *) with jQuery

Hi, SO people. Can you help me with my homework? I am a beginner in jQuery and need to solve a "puzzle" that my teacher proposed to the class and allowed us to search here on the site. Well, we have a list where some car models and their colo...
asked by 29.11.2018 / 06:32
2
answers

Spacing between divs overlays

I have this site that contains a slider the problem that is happening is that depending on the size of the screen the spacing between each slide changes, does anyone have any idea how to solve this? I'm using the bxslider plugin. T...
asked by 04.02.2014 / 11:11
2
answers

How to select one or more items in the jQuery UI Multiselect plugin?

I'm using the jQuery UI Multiselect plugin. How do I select one or more options with the click of a button outside the multiselect? For example, I have a list of 5 items: Group 1 Item Group 2 Item Another item Group 2 Another i...
asked by 06.02.2014 / 15:58
1
answer

Jquery: Scrollbar does not descend to the end of the DIV loaded with the .load request.

Hi, SO boys! Is that okay? I need your help with JQuery so that the scrollbar of the div "content2" scrolls to the end when you click the "Open" button. Simple, right? The problem is that when I load the content through the .load request,...
asked by 01.12.2018 / 14:22
1
answer

form not to connect to google sheet

I need some help hello I'm making a form following these steps Link and it is not working I created following the steps that are in that site. But I think the problem is in my code and why and that is not working <!DOCTYPE html> &...
asked by 12.11.2018 / 13:22
0
answers

Insert Modal data into the table via Ajax PHP and JavaScript

I'm trying to insert data from a table of my Modal into the "parent" table of my page, basically I have a modal, where I gave a select to bring the data that is not in the parent table and the user insert that data, what happens is that the requ...
asked by 08.11.2018 / 19:44
1
answer

Store "do not show again" with localStorage

I have a div that can be hidden when you click a button: $(".fechar").click(function(){ $("#mensagem").hide(); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><divid=...
asked by 08.11.2018 / 16:15
0
answers

Drag and Drop - page

Well, I'm facing two little problems. When I drag the drag, it is not inserting in the part that is to be inserted. It sits on top. Another thing is also just taking a div, and in my while it was to get all the results in the div and be the same...
asked by 07.12.2018 / 00:22