Questions tagged as 'jquery'

1
answer

remote request with php jQuery-autoComplete

I'm trying to remotely request a PHP file with the jQuery-autoComplete , but it is not working. The plugin in question is the one here: jQuery-autoComplete . I want to use it for being very simple, light and meets what I need. The re...
asked by 27.12.2016 / 20:48
2
answers

Insert HTML into Link within Div automatically with jQuery

I have an HTML code, where it has a link in an image. This link is created by a control panel and you can not put a ID or a Classe in it. But the image with the link is inside a div that has ID com name popup-image...
asked by 21.11.2016 / 18:51
2
answers

Create a filter with multiple categories using a select

:: EDIT :: Currently, the official code looks like this, but the Almer code still does not work: Javascript <script> $(document).ready(function() { var arraySelects = ['modelo', 'massa']; $("#tamanho").change(function() { f...
asked by 15.02.2017 / 17:42
1
answer

Get calculated values of two inputs and subtract for another input

I have a form that has a field filled with value from the database. In this form, I have to make 2 percentage accounts, take these two values to add and finally get the start value and subtract from the sum of the percentages. I set up the fi...
asked by 18.11.2016 / 23:21
1
answer

menu toogle not returning to desktop query media

I'm developing a responsive menu and it works normally, when it enters the media query for tablet it hides the menu and it is only possible to visualize it through the click of the button, however when the menu is hidden and I return to desktop...
asked by 18.11.2016 / 20:08
1
answer

Mouseout function on icon

Iwouldliketohoveraninputfieldwhenhoveringoverthesearchicon.html<divid="navbar" class="navbar-collapse collapse pull-right"> <ul class="nav navbar-nav"> <li><a href="contato"><span class="glyphicon glyp...
asked by 24.01.2017 / 00:06
1
answer

problem with jquery mask in dynamic form

Well I've set up a dynamic form where I have the 'input' plots. It has already loaded 1 value. I have another 'input' called value, where I use the jquery mask. It works however when I change the value of the 'input' portions are created othe...
asked by 23.01.2017 / 18:04
1
answer

Resolve conflict of Toogles bootstrap and Checkbox

I have a problem that I could not resolve, I have toggle done in bootstrap that conflicts with a checkbox on my page, I have a checkbox when clicking to check / uncheck toggle is triggered. The code for my c...
asked by 16.11.2016 / 12:38
1
answer

capture selected item DropDownList created in javascript

Hello, someone could help me. I have the following problem I have a TextBox and a DropDownList, in the textbox has an autocomplete with names of states; after finishing fill in the textbox populates DropDownList with names of cities correspondin...
asked by 02.11.2016 / 22:23
2
answers

JQuery Append does not work

I'm doing a load on demand I use a button that the user clicks on it loads the data from 2 to 2, this data comes from the database, but in that code I'll post it down below does not work when I put the. > $(function(){ carregar(0, 2, "Carregar...
asked by 30.12.2016 / 14:08