Questions tagged as 'jquery'

4
answers

Problems with JQuery

My app worked correctly, now it does not throw me any kind of error, meanwhile when I run my browser's debugger in sends to jquery caught. <!doctype html> <html> <head> <meta charset="utf-8"> &l...
asked by 20.11.2018 / 19:22
1
answer

Jquery open a box with Toggle and close the other boxes

I am doing with Jquery two buttons, when I click one of the two functions that are in the code below is displayed. How can I do so by clicking on the #lupa-responsive button the% #apuntador-responsive is closed if it is open...
asked by 20.11.2018 / 16:31
3
answers

Stop JavaScript when it is not there or leaves the window

I have a jQuery slider that runs even when it is not in the window where it is located, this consumes me in vain processing resources. Script $(document).ready( $(function() { //configuracion var width = 650; var animationSpeed = 1000;...
asked by 10.09.2016 / 19:13
5
answers

By clicking on a checkbox jquery only works if there is an alert

I have a checkbox list, the user selects the ones of their preference and then presses a button and they are saved. $('#GuardarPermisos').on('click', function () { Guardar(); } This I want to change to that every time you click on a chec...
asked by 22.08.2018 / 18:23
3
answers

How to end session automatically

What friends are I working on a project and I have this to close the session, but I would like to implement JQuery Confirm the problem is that I do not know how to do it, I have this code, which does the following with a sweet alert: var tim...
asked by 05.09.2018 / 23:15
4
answers

perform a single function jquery once?

I have this function, function llenarcombos() { $.post("/Oficina/OficinaGeneral", function (data) { $.each(data, function (i, item) { $('#Ecbooficinageneral').append('<option value="' +...
asked by 01.08.2018 / 17:16
3
answers

preventDefault href does not work

I would like to eliminate the redirection in the a tag since currently when I click, a modal opens, but I do not want to be redirected to the browser page, I have tried with preventdefault and it does not work for me. I'm working w...
asked by 25.02.2016 / 13:29
1
answer

jQuery + HTML - Two values in the same input?

I'm having the following problem .. I have an Input with Options which identifies the price of a product. <tr> <td width="180">Cantidad de wCoins:</td> <td> <select name="precio" id="creditos">...
asked by 28.06.2018 / 14:07
2
answers

Search for columns with style display none and remove them

I have a table like this: <table id="mi_tabla"> <tr> <th></th> <th style="display: none;"></th> <th></th> <th></th> </tr> <tr> <td></td&...
asked by 03.07.2018 / 18:25
3
answers

Can this value be obtained?

Good day, I'm working with a calendar that is generated with Jquery then generates a table that brings a few years. I attach an image of how it looks: The table is generated dynamically, creating this code: <div id="calendar"> <...
asked by 13.04.2018 / 17:52