Questions tagged as 'jquery'

1
answer

Yii2 PHP Framework get value RadioList

I'd like to know how to get the value selected in the Yii2 Framework's RadioList: <div class="row"> <div class="col-sm-2"> <?= $form->field($model, 'RADIO_LIST')->radioList($values, array('class' =>...
asked by 16.10.2017 / 15:13
1
answer

How to use jquery plugin in vuejs2

I'm having difficulty making settings for the component using jquery in vuejs2. <div id="app"> <date-picker @update-date="updateDate" timepicker= "false" v-once></date-picker> <p>{{ date }}</p> &l...
asked by 16.10.2017 / 15:23
0
answers

Geolocation - returning zero-point only on the server

I have the following code that returns my latitude and longitude. Fiddle <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Geolocalização</title> </head> <body>...
asked by 11.08.2017 / 15:35
0
answers

Typeahead with accentuation

I've created a small application that uses typeahead to do the searches. I have registered people with names with accentuation and to search them I need to write the absolute name (with accent). I need someone to be searched for, for example, th...
asked by 11.08.2017 / 15:51
1
answer

Shopping cart item is not removed

I have a dynamically created shopping cart, but the problem is that when I delete an item it even removes it, but if I try to add another item it picks up the one that was removed and adds it back to the shopping cart plus the item that I've add...
asked by 11.08.2017 / 16:18
1
answer

sun only refreshes at end of event

Hello, I have a button with a click event, and when I click on it, I make an ajax request in a foreach. I would like to open a loading mode to run while the requests are being made, but the modal only opens when they all finish and the event...
asked by 10.08.2017 / 15:44
0
answers

Get value in the forEach of JSP in JQuery to display in label

I would like help getting a value that is set within a forEach in my JSP, playing into Jquery and displaying it on a label on the same page. This forEach retrieves a direct list from the database. I used hidden to...
asked by 10.08.2017 / 07:00
0
answers

Centralize isotope

Implemented% with%. It's all working missing just feeding the content. The problem is that I can not centralize the elements. I have already seen that moving to isotope was to center, but it does not work. Stays like this: HereisthecodeI...
asked by 04.08.2017 / 15:02
1
answer

Puts image inside an array

How can I put an image inside an array, so that it also appears in auto-complete? jquery $(document).ready(function() { $("#country").typeahead({ source: function(b, a) { $.ajax({ url: "fetch.php", method: "POST", da...
asked by 08.08.2017 / 20:52
5
answers

Event is not tied to element

I have an event in jQuery (version 1.5) as follows: $('#refresh_abertos').click(function(){ // aqui o código irrelevante nesta pergunta }); It turns out that my #refresh_abertos element is only loaded later via ajax ,...
asked by 21.01.2014 / 14:25