Questions tagged as 'jquery'

1
answer

Problem with tooltip Bootstrap when removing instance and creating another

I have a filter panel with several inputs , if some of these input does not pass a validation rule, it will instantiate a tooltip to signal the error. The problem is when for example I have an input with the tooltip already instantiated, I...
asked by 25.07.2017 / 18:12
2
answers

Compatibility with Safari on Ipad and Iphone

Good afternoon, I'm making a form that sends an email and stores the data in a database. It runs correctly in Chrome, Firefox, Microsoft Edge and Safari (but the latter only in the desktop version, the insertion in the database does not occur wh...
asked by 08.05.2017 / 17:30
2
answers

Send Parameters by URL

Code: I have 2 variables <script type="text/javascript" src="code.jquery.com/jquery-3.2.1.min.js"></script> <script> var var1 = $("#var1").val(); var var2 = $("#var2").val(); $.ajax({ url:'recibo.php', data:{var1:var...
asked by 27.07.2017 / 20:15
1
answer

Modal only opens with the first button

I was reviewing the Material Design Lite library, and I have problems with the modal, I have two buttons and the modal only opens with the first, omitting the second. <html> <head> <link rel...
asked by 11.09.2017 / 00:15
2
answers

Edit rows of a table with jquery

I'm starting to work with JQUERY in my project in which I generate a table from a function with AJAX, for each record besides the data, I generate a column with a button to edit, the problem is that I need to press the edit button; on the same v...
asked by 07.09.2017 / 21:51
1
answer

Mark several points in Google Maps?

I have a problem with the markers in the map of google maps, I have been trying to implement a google map with javascript api, I work with ionic 1 and angularjs and this is the code I have so far. The problem is that it only marks me where I am...
asked by 15.06.2017 / 19:35
1
answer

define dynamic variables in jQuery, with Thymeleaf

Good, I am trying to dynamically call the "id" in the tags with the "th: each", as follows. <div th:each="alumno : ${alumnos}" class="row" th:id="'card_' + ${alumno.id}" style="display: none"> <div class="col s12 m10">...
asked by 05.05.2017 / 07:02
1
answer

How to get the id of the created elements?

In a previous question I have been given this code and I have a problem that is like being able to show the id of each element created or how to get the id (what happens is that I need to do an if). Canvases are created in the per. b = [1,2,3,...
asked by 04.05.2017 / 17:15
1
answer

submitHandler Uncaught SyntaxError: Unexpected token function

I am modifying my ajax to use validations from Jquery Validate, I am using this structure and I find a syntax error that I can not find. function AgregarCliente(){ // validate and process form here $('#form_cliente').validate({...
asked by 10.04.2017 / 18:58
2
answers

Convert the following line from jquery to angular (addClass and removeClass)

I need to convert the following lines (which when clicked check which is the active class and change according to which is ..) Thank you very much already. $(".x-navigation-minimize").click(function() { if ($(".page-sidebar .x-navigat...
asked by 28.04.2017 / 22:03