Questions tagged as 'jquery'

3
answers

Problems with jquery buttons (dataTables)

Good morning, I am creating two tables in the same html file only in different tabs, in each table headings are handled and an export button to excel, the problem that generates me is that when exporting the tables, only the button of the first...
asked by 16.01.2017 / 18:21
1
answer

Autocomplete jquery text field from mysql (use the same field several times to add more options) [closed]

I do not have much idea of jquery. I need to make an autocompletable text field, look for what I have in the database, that part I have covered more or less with this code here: link But what I need is something more complex and I do not ev...
asked by 16.01.2017 / 16:12
1
answer

How to add vertical scroll to a table with the head and the fixed footer with CSS or style?

I have the following table, where I put the fixed width to the head: <table id="listado" class="table table-striped table-bordered" style="margin-bottom: 0 !important;"> <thead> <tr> <th style="width:50px">C...
asked by 06.01.2017 / 18:32
1
answer

Generate Alert From Bootstrap With JQUERY

I try to send an ajax request which I need when I return the answer in the .done (function (- > answer < -) { How can I make that validation in the donation so that this "alert" appears in my view? thanks     
asked by 11.01.2017 / 13:26
1
answer

Google Chart from JQuery Array

My goal is to obtain a graph from an array obtained by JQuery I import the Google Chart <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> The block where I get that array is the following...
asked by 27.12.2016 / 15:33
2
answers

Bootstrap menu added li active class onclick

I have the following boot menu HTML <div class="container"> <ul class="nav navbar-nav"> <li class="active"> <a href="#" data-toggle="collapse" data-target=".menu-nav" class="collapsed drop-down" aria-exp...
asked by 27.12.2016 / 18:04
2
answers

problems to upload data to a multiple select using multiselect bootstrap from ajax

Hi, I need to upload data to a multiple select with ajax using the jquery bootstrap-multiselect plugins: link with the method .multiselect ('dataprovider', data). the format of the varible data is an array of objects. What I have done so far i...
asked by 05.03.2017 / 00:06
1
answer

Jquery autocomplete plugin Can not read property 'length' of undefined

I am using this wonderful plugin developed by Devbridge. Using your examples one works well and the other does not: The one that works: // Obtengo listaDeProfesionales desde /profesionales/get_lista/ $('#autocompleteInput').autocomplete({...
asked by 02.03.2017 / 16:05
2
answers

How to integrate the column search engine, above it and not below, Jquery Datatables

very good, I'm using the jquery plugin link which add a select option search engine by columns, which are integrated below the datatable, what I want is that it is shown above next to the search that comes in the plugin, I do not know how t...
asked by 02.03.2017 / 14:21
1
answer

Method .html () changes the length of my cell

my problem is as follows I have an option within a table to disable and enable a group but I only use it with a text that changes when I click, this I control from javascript with the following function: var param1 = $(this).closest('tr')....
asked by 13.12.2016 / 22:56