Questions tagged as 'jquery'

1
answer

inserts svg code on canvas

I have this code from an svg image generated by the jquery barcode plugin. " data:image/svg+xml,<svg%20xmlns="http://www.w3.org/2000/svg"%20version="1.1"%20width="115"%20height="65"><rect%20width="115"%20height="65"%20x="0"%20y="0...
asked by 02.08.2017 / 15:28
2
answers

jQuery, problem when deselecting the selected item in several dropboxes that change dynamically

I have several dropboxes and I want that when selecting an option in one of them, the rest change to that option. The id's and the waltz change dynamically, so I can not use them to select them, instead I use the text of each option, which...
asked by 02.08.2017 / 16:45
2
answers

Hide image when loading page through onchange function

Hello friends, I have the following code to show the image when the page loads when doing POST by means of a select: this is the image: <img src="img/icons/loader_transp.gif" width="20px" id="searchingimageDiv" class="img_loading" styl...
asked by 02.08.2017 / 18:25
2
answers

Jquery DataTable display PDF in a row

Good I have used Jquery DataTable works perfectly but I've been looking for the solution if there is any way to add a <a> </a> element to the table rows. In another project I have something like that. <td class="tex...
asked by 05.09.2017 / 14:52
1
answer

You can modify an element from Button to Input Text with jQuery

You can modify the element, of the DOM with jQuery. That is, declare it as a Button and then with jQuery convert it to text. or when I have a table with records do not double click on a td it becomes an input text where I can modify it? I was pr...
asked by 19.07.2017 / 21:43
1
answer

How to configure the scroll in this slider

I made this slider with jquery and greensock and I need to know how I can use the scroll, I think I need to use the event mousewheel, but I do not understand how to configure it to use it in the slider since I end up breaking all the animations,...
asked by 12.07.2017 / 15:31
1
answer

Replace each jquery

I need to add all the values but they present "$" and "." therefore when adding them I return a "NaN", I need to make a replace how I can integrate that into my js? <table id="table"> <thead> <tr>...
asked by 13.07.2017 / 18:19
1
answer

Jquery DataTable distorts table when reloading data

Here is the HTML table <table id="Tickets_Abiertos_table" class="table table-bordered table-hover table-striped"> <thead> <tr>...
asked by 04.08.2017 / 16:30
3
answers

How to access sub elements in AJAX and jQuery?

Well I'm working with AJAX , JavaScript and of course jQuery , I've managed to bring the data response from the database so access and show the main data of this, the problem is that I have not been able to access the child elements that eac...
asked by 04.08.2017 / 18:18
1
answer

Field entered that goes down and a new field empty

Hello, I have the following code when pressing the "Add +" button, a new row is added to the table to continue entering data. My question is the following one there is some form where when pressing the button "To add +" the field that I add it l...
asked by 06.09.2017 / 17:51