Questions tagged as 'jquery'

1
answer

Run ASP.NET Events from javascript

My problem is that I have a form in ASP.NET in VB and I have events declared in that program, now I need to know how to execute those events from javascript. Visual Event Protected Sub Cargar() PanelSearch.Visible = False End Sub JavaSCript...
asked by 17.11.2018 / 19:02
0
answers

Find value first row and first column to make a query

I would need to make a query with two variables when clicking on a link in a cell: Value of the column Value of the first row I have the following table: +--------+----------+----------+ | Name | Open | Close | +--------+----...
asked by 17.11.2018 / 20:01
0
answers

Variable jQuery in a query

In an index.php file I have a table and using the following script that takes two variables that I need to assign to a query: $('#table tbody').on( 'click', 'td', function () { name = $(this).parent().find('td').html().trim();...
asked by 18.11.2018 / 08:56
1
answer

Get the data of several new inputs with VueJS within methods

I have that problem. I'm doing a system for the faculty and I decided to do it with Vue. My knowledge is not much in Vue, but I'm doing very well so far ... The code works perfectly for me, so I also use jQuery for some things I do not know abou...
asked by 18.11.2018 / 16:33
2
answers

How to download pdf files using jquery generated in php

I am trying to make file downloads dynamically, for this I use jquery. I am generating the pdf files from php with the Html2Pdf plugin (I have already solved that.) The issue is that: I have "cards" with general user data. When clicking "do...
asked by 25.11.2018 / 10:51
0
answers

How to make dynamically generated input text have separators of thousands and decimals, jquery?

In the following way I generate a list that each record has an input text var formas_pagos = $('.formas_pagos'); $.each(response.data, function(index,value){ console.log(value.disponible); i...
asked by 16.11.2018 / 19:08
1
answer

Button event requires two clicks

I have a form with buttons that is inside a panel, the content is created dynamically, and the event does not respond with a single click. $("#canilla1").click(function(event) { $('input[value=SELECCIONAR]').on('click', function(){...
asked by 16.11.2018 / 18:06
1
answer

Query about PHPMAILER and problems with PHP arming

$(function(){ $("#btnSubmit").on("click", function(e){ var errorMessage = $(".errorMessage"); var validMessage = $(".validMessage"); var hasError = false; var hasvalid = true; $(".inputValidation").each(function(){...
asked by 15.11.2018 / 23:49
0
answers

change background to wave effect with jquery

I'm trying to make a jquery wave effect for the buttons, when you click on them, a wave is generated that is displayed by the whole button, but I have problems changing the background. $(function(){ $('.wave').on('click', function...
asked by 18.11.2018 / 01:38
1
answer

DataTable does not work when I use dynamic table by ajax

I am starting to use the DataTable pluggin with dynamic load of rows that I get from the server. The data is obtained by Ajax and displayed on the screen. The problem happens that the pluggin does not recognize these rows, although th...
asked by 15.11.2018 / 12:36