Questions tagged as 'jquery'

1
answer

I have problems with Jquery Validate, in a registration form

The form works with php, mysql, bootstrap, jquery, jquery validate The code I have is the following <script> $.validator.addMethod( "regex", function(value, element, regexp) { if (regexp.constructo...
asked by 04.11.2016 / 10:52
2
answers

jquery function runs first than the DOM

I am working with AngularJs and I have a code in jQuery that should be executed once the DOM is loaded, but I realized with alert () that .ready appeared before the view was ready and therefore the code could not be run, does not give err...
asked by 22.03.2016 / 02:29
1
answer

Insert in the form of text value of property css in div destination

Hello I need to get some means to insert the value of the css property "color" as text within the div#consola for each of the 3 div: #position #position2 #position3 in the classes p1color , p2colo...
asked by 15.04.2016 / 18:18
2
answers

Events are not triggered in a call to ajax in success

As it says in the title I have a call ajax that together I use it with the jquery validator, the problem is when I use the function that comes with the validator that is called isDefaultPrevented () the validation works perfectly without problem...
asked by 23.08.2016 / 17:40
2
answers

How to pick up the answer of an ajax call? [duplicate]

I would like to pick up the answer from the following ajax call: function prueba(callback){ $.ajax({ url: '/services/traps/view/', type: "POST", data: { csrfmiddlewaretoken: csrftok...
asked by 31.03.2016 / 10:58
1
answer

Problems with jQuery and javascipt when consulting

Good day I am developing an application in php, the problem is that when making the query I can not find the data that if it is hosted in the database, I am using jQuery and a function in javascript that redirects me to the consumption. This is...
asked by 25.11.2018 / 17:07
2
answers

Remove Jquery EventListener react.js

I am working on a project using react.js, I have a component called chatBox which I am using in different components, as shown in the example. The problem that arises is that every time I render a component the click event is duplicating. Is...
asked by 26.10.2016 / 23:35
0
answers

InvalidValueError not detected: it is not an array

I have the following code, which obtains the coordinates of a database and creates the marker on a map, but I want to "join the markers" using polylineas, but to do it alone, according to the order in which the markers are obtained. coordinates....
asked by 06.11.2018 / 20:17
1
answer

Pass id to page without sessions

I'm doing a sales module and with a button I go to the list of clients. When you click on a row of the table I want in the AJAX request to call l index and pass the client as a parameter to consult it in the ready. Because I do not want to use s...
asked by 13.11.2018 / 14:04
1
answer

Hide Div from another

I have on my html page, a div called div_Date, inside it I have an iframe (here I have a page  "Demo"), what I want and if you can, is within the "Demo" page, can I hide the div_Date, any suggestions? with jquery <div id='div_Date'>...
asked by 27.09.2018 / 18:43