Questions tagged as 'jquery'

0
answers

get selected option internal text previously created by javascript

I am creating n amount of inputs Note credit, basically it is a div that contains a readonly input called Credit note, below a select with class "n_credito" and another input with class "amount". I'm using an on change function to execute...
asked by 02.09.2018 / 02:08
0
answers

Print a DIV from jQuery with CSS and in A5

I try to print a div, from jQuery, in the following way: function printDiv(divVer) { var printContents = document.getElementById(divVer).innerHTML; var document_html = window.open("_blank"); document_html.document.write( "<html&...
asked by 29.08.2018 / 16:39
0
answers

jqxComboBox - jQWidgets: SELECT THE SEARCH BOX

I appreciate someone can give me a hand to solve this issue. What happens is that I have a jqxcombobox control that when you click, a list of 3 columns comes out and that each of them has its search box, as in the image (in the image I have capt...
asked by 30.08.2018 / 00:20
0
answers

Send the id of a select (via a button) to an input tag using JavaScript

The thing is that I'm working with access to the roles and I had a question about the jQuery tags, the thing is that I'm listing a list with the names of the permissions already registered and I want to assign to the role a set of attributes of...
asked by 30.08.2018 / 04:49
1
answer

Calculate a sales invoice

I have this problem and I'm already stuck, I'll appreciate your help. What I'm doing is a sales ticket with all those dynamic data that should be updated with jquery and change its value (to then send them by post with php to a database)....
asked by 10.09.2018 / 00:53
3
answers

Optimize clone rows of an html table

I have a contact table in which I upload the data via jquery, this works well but I do not like the code I find it not very good, I would like to help me improve it I leave my code Functional var fila_clon = $('#tbl-contactos-...
asked by 04.09.2018 / 12:18
0
answers

Upload files with formData

I try to upload images (using drag & drop) using Ajax but I run into the following error just when I try to send the files to a function: TypeError: 'append' called on an object that does not implement interface FormData. The code I...
asked by 04.09.2018 / 08:50
1
answer

Assign value to jquery table row

When putting together a ticket, I calculate the subtotal and taxes, etc. And I have two tables: one with the articles and another one with totals. How do I assign the value of the sum of the subtotals to a cell in the total table:...
asked by 06.09.2018 / 18:36
0
answers

Show or hide banners at a certain time

I have 5 banners and I would like each one to appear at a specific time, when the other one disappears, it is for my radio site. The idea is that as the programs go by, the banners will change automatically. Thank you!     
asked by 04.09.2018 / 16:53
2
answers

You can not turn off Input using JavaScript

Friends a help, I can not deactivate input , I tried both ways: $('input[name=txtApepaterno').val("prueba"); $( "#txtApepaterno" ).prop( "disabled", true ); document.getElementById("txtApepaterno").disabled = true; If it fills me but...
asked by 06.09.2018 / 17:42