Questions tagged as 'jquery'

2
answers

Get value from row th on a table with jquery

Good afternoon I have the following question, suppose I have the following table <!DOCTYPE html> <html> <head> <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table&...
asked by 08.03.2018 / 21:06
1
answer

How can I change the value of a variable in AngularJs?

I need to create a variable that stores the state of the función I execute in the $ interval called $scope.getSignatureCallStatus(); that function executes a request that saves in a variable $scope.callStatus = res.data; the...
asked by 08.03.2018 / 15:41
1
answer

bring a different element in order at the same time, from JSON

This time I'm stuck in this part, I need to bring the elements of a JSON, one at a time, but for each time the function is executed, I bring the following one in the JSON, in order, and that when I arrive to the last element start again to show...
asked by 15.05.2018 / 23:53
3
answers

Get input value in jquery

I am generating a list with a input of type button this list is generated from a bd that I have with 4 data therefore generates 4 buttons which I have given an identifier " alum[i].ID_EVENTO " that is a number 1,2,3,4...
asked by 06.11.2017 / 07:15
1
answer

Calculate dimensions of an image using jQuery

I would like to know how to calculate the size (width and height) of several images using jquery, I would like to validate those sizes. This is the script that I have up to. /*jQuery*/ var ancho; var alto; $("img").each(function(){ ancho = $...
asked by 25.10.2017 / 20:20
1
answer

Generate route with Maps API

I am working with the Google Maps API and I wanted to generate the route between two points but I do not know very well how. I have been reading the documentation and I see that it has to be defined using the parameters origin: and des...
asked by 20.02.2018 / 15:56
2
answers

Group result by column in response of AJAX PHP

I have the following Table in the database, I want to retrieve it to generate a report: I'm recovering it with the following function statement in php: #BUSCAR CAJA Y BOLSAS public function todoReporteModel($datos, $tabla){...
asked by 22.02.2018 / 21:18
1
answer

Selector this + option

I am trying that when the Change event is launched in a select with the same class as others, the value is retrieved, and if it is equal to one data then select another of the same select. My problem is in, I do not know how to create the select...
asked by 23.02.2018 / 23:20
2
answers

Shutdown effect on an image with Jquery

I have a slideshow the fact is that the images are very bright and what I need is that when I upload an image to the seconds, just before the text appears, a background is placed on top of the image as a background , I did but I want to do...
asked by 22.02.2018 / 02:16
2
answers

Clone dependent selects in 3 levels

I have a code in which I cloned the first row of a table using a "+" button, which has three select each dependent on the other, that is, depending on what I select in the first select (soc), it will list me some options in the sec...
asked by 23.03.2018 / 17:14