Questions tagged as 'jquery'

1
answer

How to create a generic tooltip with jquery that only passes the parameters to use it? [closed]

I want to create a generic tooltip that can only be used pasasole parameters such as text and style.     
asked by 15.11.2018 / 20:53
1
answer

I have a problem in login json php

I'm confused between json and jquery gives me [objet] [objet] the truth is not lose I pass the code to you //tema es ajax json function iniciar_sesion(user, password) { var validaruser = user.split(" ").join(""); var validarp...
asked by 14.12.2016 / 20:50
1
answer

variable step between functions with JQUERY

I'm having some doubts about the logic of passing variables between functions, the example is as follows: having 3 functions (main function, secondary function and final function) // mainfunction sends and retrieves values via ajax, calls...
asked by 13.11.2018 / 18:42
1
answer

Delete n columns with pdfHtml5 - excelHtml5 - DataTables - JS - jQuery

Hello everyone, I have the following view As you can see I have a table and the buttons EXCEL and PDF But when I download it I get it this way: What I want to know is how to eliminate the last column called ACTION Thi...
asked by 19.11.2018 / 18:18
1
answer

How not to select more than 1 checkbox, jquery?

I have the following validation: var contador = 0; if (contador>0){ console.log("no se puede seleccionar mas checkbox"); $(this).removeAttr('checked'); console.log(contador); } else{...
asked by 21.11.2018 / 00:17
1
answer

Reset field HTML Img

Cordial Greeting, I hope you are well and can help me with what I want to do. I tell you what I do so far. I have an input file. What it does is load an image and next to it appears the preview of the image that was loaded. We are do...
asked by 19.11.2018 / 15:22
1
answer

Problem with ajax form

I am learning to use ajax when doing click on the submit button of the form does nothing. I put my code: // Esta es mi función: $("#virgen").click(function virgen() { consulta = $("#virgen").val(); $.ajax({ data: '...
asked by 21.11.2018 / 10:50
1
answer

help with jquery

I have the following problem: <div class="slider"> <div id="slides" id="banner"> <img class="slide active" src="img/slide1.png"> <img class="slide" src="img/slide1.png"> <img class="slide"...
asked by 18.11.2018 / 05:41
2
answers

Problem with drop-down menu + HTML button

I have a menu that is displayed when I press a button and it shows me the options of the menu, the problem is that it appears above the body of my page, and I would like it to move the body 1cm each time the button is clicked down. It would...
asked by 15.11.2018 / 15:42
1
answer

Execute an "Onclick" event from javascript in Dynamic controls

I have problems with a form in ASP.net in VB, this form creates dynamic texbox and I have a button to add the textbox. Now this button when adding the new row of textbox saves what has a row before in the BD. Now the question is how can I do so...
asked by 10.11.2018 / 20:32