Questions tagged as 'jquery'

0
answers

filter search by dates in highcharts

I find myself testing this library highcharts and I would like to filter by date by consulting a BD, what would be the better way? the sql would be the least because there goes a WHERE however I have two fields in PHP for...
asked by 26.11.2016 / 03:57
1
answer

Problem with calculations in jquery when multiplying and adding fields

Good morning everyone, my problem is this, I have 4 fields <div class="col-md-12 col-sm-12 col-xs-12 columns" id="multanueva" style="display:none"> <div class="col-md-3 col-sm-12 col-xs-12 row"> <?php echo $form->t...
asked by 07.12.2016 / 15:47
4
answers

Check Validation with jquery does not work for me

I have a page where I have N checkbox, of which at least one must be typed before submitting, I have the following but I do not validate check, someone knows why? The JS code is: <script type="text/javascript"> $('form').sub...
asked by 07.12.2016 / 19:57
1
answer

I want to fix the last widget of my sidebar but it should only be visible at the moment it becomes fixed

Hello, I'm working with a wordpress template and this is my problem when I created a final widget in my sidebar, so I gave it the property of visibility: hidden so div#ad_widget_sizes_exm1-19 .ad-widget-sizes { visibility: hidden; } h...
asked by 16.11.2016 / 16:31
1
answer

Why is my DataTables table not sorted or filtered?

here the code of my table var table = $('#table').DataTable({ "destroy": true, "responsive": true, "processing": true, "serverSide": true, "sAjaxSource...
asked by 21.11.2016 / 02:52
1
answer

Popover bootstrap error only works when pressed a second time

Why, when you press an image that shows a popOver Bootstrap, this it only unfolds when the image that invokes it is pressed a second time, whenever you click again on the image I must press twice to show the popOver. Image tag that redirects...
asked by 11.12.2016 / 03:42
1
answer

HTML string construction found, please use DOM element construction instead

The Wordpress VIP Scanner gives me this error in JS, does anyone know about this? $( '.canned_response .button-box').append('<a href="#" id="set-send" data-status="' + status + '" class="backend-button">Set Status to "' + status +...
asked by 14.11.2016 / 20:18
0
answers

Error editing records in PHP with related tables

I have a small problem when updating my CRUD. To start I have three related tables: Table User, Table location and Table Sepomex ( This last one is the one that provides emails from Mexico ) . The user table has the foreign key of...
asked by 24.11.2016 / 17:13
0
answers

Problems with Web Applications

There was a problem when trying out an application, and it is that when making a query it does not perform it and the worst thing that with other web apps nothing of this happens only with the mozilla. This is the function that invokes the contr...
asked by 19.12.2016 / 23:47
1
answer

Disable submit button with jquery?

I have a submit button to send a form and go to another page: <button type="submit" id="btnlog" class="btn btn-lg" value="" >Ingresar</button> and by disabling the button with jquery $('#btnlog').click(function () { $(...
asked by 03.12.2016 / 02:00