Questions tagged as 'jquery'

5
answers

add jquery to my page with angular-cli

I need to add jquery to initialize components of semantic ui to my project in angular-cli I have downloaded it by npm and I have added the path in the angular-cli.json but at the time of compiling I get it $ is not defined     
asked by 04.05.2017 / 04:51
1
answer

Send a generated form with a [While] through POST by Ajax

I have a problem when trying to execute a POST by AJAX, if the function I need to have it inside a [While] that contains a [Form] and I need to modify the dynamic [IDs] of [Script] and [Form], How do I call the function $ (document) .ready (func...
asked by 23.10.2018 / 16:03
3
answers

Tour JSON Array [closed]

My problem is this: I have a JSON that returns the API of YouTube and when trying to enter some property I get "undefined" The Youtube API returns the following: // Parte del JSON retornado por la API: { "items": [ { "id": {...
asked by 04.05.2017 / 19:09
1
answer

How to insert several products, in different registers in the same table?

Good afternoon, dear friends, I need you to please help me if possible with this problem that I can not find a solution for, if it is not an inconvenience, and thanks in advance for your help, advice, or guidance. The issue is that I am makin...
asked by 05.03.2018 / 19:37
1
answer

How to enable a textbox in jquery? [closed]

What I need is for a textbox to be disabled and enabled until I write 4 numbers in a previous textbox. The textboxes are asp: Textbox. The truth is I have not tried it because I do not know how, and it occurs to me that it could be with jquery o...
asked by 07.04.2018 / 17:28
1
answer

I need to send several parameters to a JSON controller!

var appController = (function () { return { save: function (_item, _tipo) { APP.rq.axios.put(APP.ctrl + '/proyeccion', _item) } } } What I want to know is how to pass the variable _type...
asked by 09.11.2017 / 17:56
1
answer

How to run double event with jquery

As I execute two events $ (". example"). click (function () {in this query, it is possible to assign two selectors to execute the same event. To be more exact I can execute click event to remove detail and add. that are in one and not separat...
asked by 31.01.2018 / 16:25
1
answer

how can I capture the value of an input that is duplicated with its same id from javascript

I have this problem and I have already managed to capture two texts that come from php, but I have not been able to capture the value of the input which I must fill with numeric characters and show them in an emerging modal that allows verifying...
asked by 18.01.2018 / 16:14
3
answers

Get input value

I would like to know how to show the value of the input in an alert, immediately at the moment that I finish writing inside the input that shows it to me. In JQuery function mostrar(num) { var x = $("#num").val(); alert(x); } &...
asked by 29.10.2017 / 13:17
1
answer

Select values of a row when clicking

I have the following problem: There is a table with several rows and columns, I wish that with the mouse I click on a row and I separated three values of the six columns that I have. But, the values obtained should be ONLY OF THAT ROW. Annex...
asked by 27.09.2017 / 15:48