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...
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...
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...
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...
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...
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...
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...
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...