Questions tagged as 'javascript'

1
answer

help with a javascript for

Good day, I'm trying to put a value in a normal amount input, click on a button and I get the number of fields that says in quantity. I'm doing it this way but I only get 2 fields so I put 4. var cantidad = document.getElementsByName("cant"...
asked by 27.08.2018 / 17:19
1
answer

Exclude selector element-JQuery

I would like to apply a function that disables the click (which I found here) to several <div> , except the <a> with the class .ellipsis_inline that are within them. But in the end it either blocks every...
asked by 14.09.2018 / 19:24
0
answers

List printers on the client side (Java)

I have an application running on the server and I want to be able to detect the printers that are accessible from an xs computer. That is, on the client side I want the printers to be listed and now, as the application is running from a serve...
asked by 14.09.2018 / 18:09
2
answers

How to do CRUD on a bootstrap table

I am using the bootstrap table, I have seen an example where this table can be edited. I tried to edit the table with PHP and MySQL but I do not get results. I've looked at this documentation but I do not get the desired results, I can see...
asked by 28.08.2018 / 11:50
0
answers

Jump between inputs with a specific class

I have the following code to jump between inputs that have clase amount with the key enter , this function I assign it to the inputs when I create them at the level of javascript . Neither the focus nor th...
asked by 28.08.2018 / 14:26
0
answers

Generic validation for a MVC 5 template editor

I am working on an Editor template for an object, which must be validated independently of the rest of the form, this validation I am doing with ajax, I am a small example to show my problem. class A { public B b { get; set; } } class B {...
asked by 28.08.2018 / 16:41
0
answers

XMLHttpRequest return POST and OPTIONS requests

I want to do requests XMLHttpRequest post and options the url = service is a reverse proxy and this is where you send xml requests with the server I have the following configuration but I can not find how to solve this problem. I would appreciat...
asked by 28.08.2018 / 16:51
1
answer

I can not read a data inside an array within a function

I'm stuck a while ago with a task that I have to do. The objective was to make an api rest with an enpoint to objeter data and another to post them. So far, everything works, but now I must put a condition to that post, which depends on my funct...
asked by 28.08.2018 / 19:43
0
answers

How to migrate this javascript code to typescript

Help, the truth is that I'm doing a responsive sidebar and since I have this code that I got from the internet, however, I need to translate it to typescript so I can use it in a wide-angle project that I'm doing. No more the code $(d...
asked by 28.08.2018 / 19:50
0
answers

Send within a modal 4 different values in a radio input

I have a sales script and I have been asked to choose one of 4 prices per product within a modal. I have tried in several ways, but I can not understand how to send the 4 prices to a radio input within modal for each line of product to sell you...
asked by 26.08.2018 / 22:56