Questions tagged as 'jquery'

0
answers

Jquery - html - Javascript - Refresh fields from the page when registering information [closed]

Good evening Initially, thank you in advance for those who somehow help me. So, in fact, I do not even know how to search this on google, so I decided to write here to see if there is anything like this. My question is the following, for...
asked by 25.11.2016 / 23:41
1
answer

Dynamic Update with ajax

I researched and still could not solve this problem. is an onclick event that sends a request to the update.php file, which makes an update to the notifications table. Here is the code below: Triggers the onclick event: <input type="hidd...
asked by 17.11.2016 / 21:50
2
answers

Capture the backgroundColor of an Element in jQuery

I have a problem and I do not know if it is a bug, because jQuery is not capturing the background-color of the element passed by css() , I am using a data-color attribute to configure the element color, in browsers it put the color...
asked by 18.11.2016 / 01:59
1
answer

Insert option no select multiple dynamically

Good morning !!! I need that when typing a process number and clicking on the magnifying glass, the process will go to the select multiple box, as shown in the attached image. However I need this process several times and go populate the sele...
asked by 10.10.2016 / 15:29
2
answers

How do I add more than one domain to this alert?

Someone can help me because I can only add one domain, and when I try to put more than 1 URL does not work. If anyone can help me I'm grateful! if((window.location.href).indexOf('DOMÍNIO') >= 0){ }else{ // Como faço para adicionar...
asked by 24.11.2016 / 23:34
2
answers

How can I not load the page when clicking on the select option?

I have the following select, every time I select an option it reloads the page, so that's fine, but I want to make clicking on the option nUpgrade, it just does not update the page, does it have? Thanks! <select id="filtro" name="filtro...
asked by 24.11.2016 / 06:05
2
answers

Stop an ajax request and create a new one

In a search input, an ajax request is made to each letter pressed through a KeyPress in the field, however with each key pressed a new request is made, that is, if the user types fast, and he type a value of 10 letters, 10 different requests wil...
asked by 24.11.2016 / 14:28
1
answer

Bug in JQuery programming

Good evening! I have a problem in programming an exercise, I need to remove these spans from the missing fields in the input, leaving only one that changes as needed. $(document).ready(function() { $("#validar").click(function() {...
asked by 02.10.2016 / 00:06
0
answers

Using jQuery correctly + RequireJS + AngularJS

I am trying to get the themes/cms/build/js/main.min.js file to work properly after being loaded by RequireJS , but I have not been successful. The file is loaded, some functions work as console.log() , but others like $(elemen...
asked by 02.10.2016 / 00:36
0
answers

Validation Issues with jQuery Mask

I have this in my javascript file but I do not know why it is not working in my fields. $(document).ready(function () { $("#number").mask('00000'); $("#open-hour").mask('00:00'); $("#close-hour").mask('00:00'); $("#date-foundat...
asked by 16.09.2016 / 13:58