Questions tagged as 'jquery'

1
answer

Get cell value GridView

I have not found a way to retrieve the values of a gridview row with jQuery or JavaScript to place it in input . I do not have a code, I only place the most similar one that is to retrieve values from a table. This is how my table looks...
asked by 25.02.2018 / 06:53
2
answers

Print tag html + bootstrap

I have the following box I want to print: Print function: //Imprimir $(document).on('click', '.imprimirDocumento', function() { var divToPrint = document.getElementById('impresion'); var newWin = window.open('', 'P...
asked by 23.02.2018 / 02:42
2
answers

Change the format of the date I receive from YYYY-MM-DD to (February 14, 2018)

I have a question. You can change the date I receive from the BD with my javascript and show it as: "February 14, 2018", since I currently receive "2018-02-14" this is my JS $.ajax({ url: 'datos.php', type: 'post', data: {f...
asked by 15.02.2018 / 00:26
2
answers

Assign value to the dynamic jQuery element

I have the following for where I try to fill a dynamic input text, the question is that I do not know how to assign the path value of for to be able to fill them correctly: for (var j = 0; j < respuesta.length; j++) {...
asked by 19.02.2018 / 22:09
4
answers

problems when validating form

I have a form that sends information to another web page to do an operation on a DB, but I am trying to validate the form first so that it does not send empty fields to the DB, the validation I already have but I could not do to validate first a...
asked by 22.03.2016 / 17:30
2
answers

JQuery UI Slider in modal

I have a JQuery UI Slider that is not displayed within a modal. What do I have to do to make the Slider show inside the modal? This is my code (also available at Plunker ): angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.boo...
asked by 02.06.2016 / 17:41
2
answers

How to show dates between a range of dates given with JAVASCRIPT?

good afternoon. My question is the following as I can do to show the dates between 2 dates given by the user only with JavaScript or Jquery, since the information I am getting from an API I only take care of the Frontend and I do not have acc...
asked by 28.12.2017 / 21:02
3
answers

How to send a data to javascript from php?

It turns out that I'm trying to pass a value of PHP to Javascript to validate me if there is already a certain amount of data. The PHP script does its job if the data exists returns 1 and if it does not return 0...
asked by 29.12.2017 / 17:20
2
answers

Problem to link buttons with backbone.js

I just started using the backbone.js framework using router to generate urls in my html. I have 3 buttons defined so <ul class="list-inline "> <li><button id="boton1" type="button" class="btn btn-prima...
asked by 22.06.2016 / 15:37
1
answer

Count the children within several elements and place the result in each element (Jquery)

Basic question, but I'm a novice. I want to have a counter for certain elements in each section, but I have not been able to do it, so far I have this: var seccion = $('section'); var cantidadSecciones = seccion.lenght; var doc = $(...
asked by 20.12.2018 / 16:59