Questions tagged as 'jquery'

1
answer

JS moving a variable that does not have to move

I've made a code that groups a few more items into one, by position x and y . The code is doing it correctly, but I'm having a problem. The first time the function executes, it does the whole process normally. When I click on a butt...
asked by 23.03.2017 / 19:24
1
answer

Pass variable in Jquery

I have a template, which has this javascript: var _latitude = -22.0565972; var _longitude = -46.9794721; //var jsonPath = 'assets/json/items.json'; var jsonPath = 'assets/json/items.php'; // Load JSON data...
asked by 27.04.2017 / 16:59
1
answer

Doubt with DATAPICKER

I'm using DataPicker and would like to ask a question about just enabling a specific day. <script> $(function () { var datepicker = document.getElementById('<%=txtDataRetirada.ClientID%>'); $("#MainContent_txtDa...
asked by 28.04.2017 / 21:58
2
answers

Calculate inputs with Jquery

I'm having trouble figuring out how the input calculation works with Jquey. I'll show the following example: <!DOCTYPE html> <html> <head> </head> <body> <input type="text" name="campo_1" class=...
asked by 15.03.2017 / 03:13
2
answers

Breaking array array jQuery

I am collecting the values selected by the user and playing them in an array. After that, I created a loop to throw those values into a string to print on the screen. The problem is they are all coming in a row just with a space between them. He...
asked by 14.03.2017 / 20:10
0
answers

bubble cloud - component / plugin jquery [closed]

Car @ s, I need a plugin / jquery plugin to make a bubble cloud like this. Suggestions? Thanks.     
asked by 14.03.2017 / 14:31
0
answers

Ajax request with JQuery

Good morning, In my work, a biometric reader system was implemented to control the exit and entry of personnel. Such a system has an API that gives access to your data. Every API is in Ajax with JQuery. I looked at W3Schools on link and lea...
asked by 08.03.2017 / 14:52
1
answer

Jquery run a shortcut

I need to run this shortcut to minimize the screen: Alt + shift + n Is there a way to do this after a click button? $("#btnVoltar").click(function(){ var ALT = 18; var space = 32; var n = 78; .....     
asked by 09.03.2017 / 15:57
0
answers

How to return a closure method out of scope when there is ajax response

I did the following method using the xeditable library: $('[data-id]').on('click',function(e) { e.stopPropagation(); var _self = $(this); var id = _self.data('id'); var editableElement = $('.item_editable_'...
asked by 07.03.2017 / 13:52
0
answers

How do I store checked-in Checkboxes values?

Hello. I'm making a system that allows access to folders. I look for the folder, which has its id and permissions saved in the database, selecting it, loading its subfolder and checkboxes are loaded to determine the permissions that users will h...
asked by 10.03.2017 / 14:14