Questions tagged as 'jquery'

1
answer

Pass the result of a variable to quotes

I need to pass the result of a variable and that it is enclosed in quotes. document.getElementById("plano").addEventListener("keyup", blueprintControl); function blueprintControl(event){ var id = event.srcElement.getAttribute("id");...
asked by 24.11.2017 / 04:03
2
answers

How to make an image responsive in a background within a select arrow!

I hope and they are well, what happens is that I have a problem when making responsive the arrow of a "select" or "comboBox" element here is the css code where the image is loaded: .selectArrow { background: URL(../img/unfold-icon.png) no-...
asked by 24.11.2017 / 23:09
2
answers

Jquery touch event apply is not a function

I have a table where I drag and drop rows (drag and drop). In order to drag and drop, and also scroll the page (without dragging and dropping), I apply Jquery Touch. The problem is when I do tap or doubletap in the table shows m...
asked by 24.11.2017 / 10:07
1
answer

Graphics with canvasJS does not show - jQuery

I'm trying to run this example: link Without having results: But if you bring data with the console.log(result) of my Ajax [{"Total":"2","fecha":"2017-11-20"},{"Total":"3","fecha":"2017-11-21"},{"Total":"3","fecha":"201...
asked by 23.11.2017 / 19:24
1
answer

error with a select2 in front of a modal

I have the following problem, when selecting the select2, the options are shown below the modal hiding from the user's view, some way of solving it and showing it in front of the modal? Try the following code: .select2{ z-index: 999999; }...
asked by 30.11.2017 / 23:19
1
answer

How can I insert correctly with jquery html code next to php in a modal?

I want to insert within a modal a textfield with a button that picks up the value of this textfield when I click on the button, for this I am using jquery and I am inserting the html next to a if(isset($_POST["boton"])) in php to perform...
asked by 13.12.2017 / 04:20
1
answer

Remove search from a bootstrap select

how to remove the search engine from select of bootstrap ? select remove search I just want the list to appear. <div class="form-group col-md-3"> <label class="control-label">Talla</label> &...
asked by 28.11.2017 / 17:57
1
answer

Creating an Array object with jQuery

Greetings community how are you doing? this time I come with a concern about arrays, it turns out that I'm creating an array from an event in a specific cell of a Datatable, I need to click on an ID field that I have in the datatable, all the da...
asked by 12.12.2017 / 19:46
1
answer

Enable button when selecting rows of the table and disable button when not having any selected

Buenos Dias, I have a table and I would like if a line is selected, a button will be enabled and if there are no rows selected, the button will be disabled. I leave my code here <div class="box"> <div class="box-header">...
asked by 28.11.2017 / 17:43
1
answer

Inidivual search engine for each table

I have two tables created, each one with its respective search engine only when I search in one they look for me in the two thanks for their help <div id="infouser"> <img src="<?php echo base_url();?>css/image...
asked by 21.11.2017 / 15:38