Questions tagged as 'jquery'

3
answers

How to do something asynchronous with jQuery, search in MySQL with PHP?

I'm having a lot of trouble with this part. I want to simply do a search in the database and move to my main program, this without giving a refresh . I know how to do all of PHP and MySQL, however the jQuery part is no longer my area, I know th...
asked by 26.01.2017 / 17:30
0
answers

Add 2 or more emails in txt using the ','

Good afternoon, How can I do to add 2 or more emails in the same field using a ',' tab by the jQuery blur event? The code is already set up, but I need to modify it so that it accepts the new record without overlapping the other one. And of c...
asked by 06.03.2017 / 20:14
0
answers

Problem with modal screen opening using bootstrap

I'm new to web programming, and I'm having a problem opening a modal screen using bootstrap. Basically I have a grid controlled by ng_repeat in which I have buttons when clicking on the edit button I want to open the modal screen contains the da...
asked by 06.03.2017 / 20:08
1
answer

How to change the class of an element when clicking on another using Jquery

I am building a feedback system and would like that when I click a button, a response form appears. the problem is that there is a response form for each comment, and I wish it only appeared the response form of the element that I clicked on. It...
asked by 04.03.2017 / 05:16
1
answer

AutoComplete Jquery [closed]

How can I do a jQuery autocomplete to pull data from a bank? I tried using this example I just can not. My system is in ASP.NET MVC and I am using SQL Server as the database.     
asked by 06.03.2017 / 13:59
1
answer

Add and remove required JQuery

I have a radio button question: <div class="row"> <div class="col-lg-1"> <div class="radio"> <label> <input type="radio" name="dirar" value="1"> Sim...
asked by 22.03.2017 / 15:45
0
answers

Good practices with $ .get of jquery

I think it's not recommended to $.get within $.get . But then what would be the best practice for this code below: var valorSalario = getSalarioAtual(location.state); $.getJSON('https://geoip-db.com/json/geoip.php?jsonp=?').do...
asked by 09.01.2017 / 18:50
0
answers

Scroll effects similar to credit at the end of a movie

I'm trying to make the scroll roll all the data automatically, and when it's done go back to the beginning and start all over again. I use this script: <script type="text/javascript"> $(document).ready(function(e) {...
asked by 31.01.2017 / 13:03
2
answers

Detect user's output from the text box

I have a text box that shows the remaining characters, how do I get that information, using javascript, when the user has already clicked on another text box (for example)? HTML box and counter: <textarea maxlength="210" rows="5" id="abo...
asked by 14.02.2017 / 12:18
2
answers

How to insert element into another created dynamically

When I load the page, I have some checkboxes: <input type="checkbox"> And when I get to the ready page, I want to put the checkbox inside a label with class 'checkboxPersonalizada', being as follows: <label class="checkboxPersona...
asked by 12.01.2017 / 01:49