Questions tagged as 'jquery'

1
answer

Function js is executed several times

Hello, I'm developing a football betting app which features a table with quotes values of different game modes for each registered game. For each match I have a table with the following code: <div id="partida_1" class="panel-heading-margin"...
asked by 08.01.2017 / 16:12
1
answer

Searching for IP or URL of a site using Geolocation

I'm having a problem using the Geolocation feature where I'm trying to fetch the location data (latitude and longitude) from the url or ip that I type in the ip / url field. By clicking on the "Locate" button, it only returns the ip / url loc...
asked by 08.01.2017 / 21:42
0
answers

Reset functions?

In a supposed page where all content is loaded in dynamic divs without the need to refresh, when closing one of these divs it is possible to reset the function that added the content to this div next to all other events / functions inside it ? O...
asked by 03.12.2016 / 14:04
0
answers

Event '.on (' click ', function () {});' shoot multiple times

Good morning, I am working on a page where it has several ul dynamic, that is with li being implemented in them via input and counted through several variables (one for each ul ), and to facilitate I did a function of Exclude...
asked by 03.12.2016 / 13:07
0
answers

Load content into div without having to load page using treeview menu

Next I researched a lot here before asking this question, I have a menu that when I load the content in the div it gets bugged, it opens and closes at the same time after I load the contents in the div. I need some help. Menu: <...
asked by 10.12.2016 / 18:16
0
answers

Delete table rows

I have table with a list of registered debtors I want to exclude him if he pays. With a base I was able to create the function and everything, but when I refresh the page, it comes back. <!-- FAZ A FUNÇÃO DE SALVAR OS DADOS -->...
asked by 21.12.2016 / 16:32
1
answer

Problems with Jquery load and append when loading another php page

If possible, help me, I have the following problem. When clicking on the menu that is the reference id for my jquery it loads the page with only several clicks on the menu and when it appears I click the page again again. I used two different...
asked by 16.01.2017 / 23:44
1
answer

Working with Transform3d in jQuery

I'm trying to do a function that increases or decreases the size of an object. For this I use transform: scale . But my object already uses transform: translated3d to set the position of it. In this way, the css looks like this: t...
asked by 28.11.2016 / 17:47
1
answer

Enable field by selecting "Type"

I have the following field: <div class="line"> <label class="control-label">Tipo</label> <select class="input-xxlarge idTipo" name="idTipo" id="idTipo" onChange="getParametro()" style="width: 715px !imp...
asked by 26.09.2015 / 18:25
1
answer

Autocomplete with typeahead and JSON

I have a project in ASP.NET MVC and in it a script for autocomplete using typeahead with prefetch: $(document).ready(function () { // Sonstructs the suggestion engine var ativos = new Bloodhound({ datumT...
asked by 19.12.2016 / 13:30