Questions tagged as 'jquery'

0
answers

How to use scroll only in the Table that stays within a modal?

I have a screen that has scroll, and in this screen access a modal search. This modal loads some information into a table, so I use shortcut keys to make it easier to navigate. The problem is that when scrolling using the scrollbars that exis...
asked by 17.08.2016 / 16:09
1
answer

Slide toggle with multiple divs, each div makes its own slide

Well, I'm having a problem creating a slide for each div. I am making a code that will create x divs alike, but with different contents and I need each one to have a button to perform a slide up with your information ... I am trying to create a...
asked by 11.08.2016 / 20:32
1
answer

go through array and insert jquery line break

This application does not work as expected. var storeElements = [];     var store = []; $('body').on('click', 'a.add_aluno', function () { var aside = $(this).parent().parent().children('aside'); $(this).parent().parent().append('&...
asked by 29.10.2016 / 02:24
1
answer

jQuery selector does not find itself

I was putting together a feature that was meant to find other selects with same value when I came across this situation: jQuery('select[name="group2"]').val('emissao'); jQuery('select[name^="group"]').on('change', function(){...
asked by 16.03.2016 / 14:22
0
answers

Problem with image upload: Warning: move_uploaded_file (): [closed]

My code is showing an error that never appeared before, when I test in the localhost (I use xampp) the images are inserted successfully in the site, but when I do with the hosted site it appears the following error: Warning: move_uploaded_fil...
asked by 05.08.2016 / 23:24
0
answers

Jquery ajax does not work on mobile device only works on desktop version

In the following situation, my login form is working perfectly on the desktop version, I went to test on android and on ios it does not work and does not give an error in the console ... just wait for the api .. my javascript file $(function()...
asked by 06.08.2016 / 01:37
1
answer

Ajax returning HTML next to Json

Hello, I'm trying to fill in input data with the result of a search in the database using what I've typed before as a filter. ex: User type customer code and when you focus the input, all fields (name, phone, address) are already filled in...
asked by 06.09.2016 / 17:00
1
answer

How to show / display each item in the li?

I'm creating a menu where your content is displayed via a modal. As li element is unique (has no id and no class), then jQuery will capture the last declared element. $(document).ready(function(){ $('.menu li').click(funct...
asked by 29.07.2016 / 21:30
2
answers

Why does Google Chrome accuse me of missing jquery.min.map?

I downloaded the version of jQuery 1.10.1 minimized and Google Chrome is alerting on the tools for developer, Network tab, jquery.min.map was not found: Error 404 Note: jQuery works correctly. Is this jquery.min.map a new...
asked by 18.12.2013 / 15:40
1
answer

Button disabled when not in "mobile resolution"

Good morning everyone! I'm a beginner in jQuery and Bootstrap, and I'm having some difficulty using both simultaneously. I'm trying to generate a button that, when clicking, displays a small form for inserting email. However, it is only wo...
asked by 14.07.2016 / 14:22