Questions tagged as 'jquery'

1
answer

Sort DataTables date range

I have two inputs (minimum date and maximum date) with which I want to filter the results of my tables, the problem is that DataTables has a serious problem with the ordering of dates. I have read online that for those who want to have the for...
asked by 13.09.2016 / 16:04
1
answer

Sum of two jquery values using foreach in php

I am stuck with a problem that I have not been able to solve, I am using a form and in the view I have a foreach running through an array. The problem I have is that I need to return the total of the sum between the value-a and value-b and the r...
asked by 05.01.2019 / 04:33
1
answer

save meta width in variable session Javascript

I'm working on a page which I want when the user presses 'full version', force the width of the meta to make it look like the real web, the script does something like this: ((function ( $ ) { var mobile = true; var targetWidth = 1100...
asked by 07.04.2016 / 11:34
2
answers

How to obtain efficient data records in a dataTable in MVC asp.net

I have the following dataTable that I show from the database. In the View: $(document).ready(function () { $('#example').DataTable({ "lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]], "language": { "sProces...
asked by 15.04.2016 / 06:39
1
answer

javascript two functions does not let them run at the same time

img{ max-width:451px; width: 451px; height:254px; margin-top:20px; width: 100%; border-top-right-radius: 15px; border-top-left-radius: 15px; } #divimage div{ width: 451px; } #wallet div{ bord...
asked by 29.12.2018 / 00:36
0
answers

Select id dynamics

I have a form that I fill with data of a product. I need to know how I can work with dynamic ids, searching the Internet I learned that brackets should be added at the end of the id in this way: name="id[]" but my problem is that no I kno...
asked by 27.12.2018 / 20:56
1
answer

Filling in a text input when changing a selection option

I have a question about how to fill in a text input when I change the option in a select, I do this because I want that when I select the patient's name I fill in an input with his phone number, I'm working with codeiniter, bootstrap modals and...
asked by 28.12.2018 / 01:58
1
answer

I get an error in "if ($ stmt- execute ())" with PDOStatement :: execute (): SQLSTATE [HY093]: Invalid parameter number

I am using the model view controller, I have a problem where I get a long error indicated in the title in the line of: "if ($ stmt-> execute ()) {", the User does not generate me in the DB and is what is bothering me the most, I attach the git l...
asked by 21.12.2018 / 01:36
0
answers

printArea.js Does not render an image that is in base64

I have problems when printing a div that contains an image in base64 (it is visible in the html, but when printing with printArea.js the image remains white) the button executes this function function imprimirArea(area) { $(area).printAr...
asked by 20.12.2018 / 09:05
2
answers

Problem with the property date of an object that changed from AJAX to a Web Service

I have a normal and current form with technology
asked by 03.02.2016 / 17:23