I am using modals, datetimepicker and selectpicker in a single project and I managed to make everything work together in the following way
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport...
I have a problem with a table where I need to sort each one by its specific column. Here is the table
<div class="container-fluid container-fullw padding-bottom-10 scroll-tabla">
<div class="row">
<table class="table table-s...
Hi, I have a problem trying to call a Wcf that is in a Class Library, I try it with JQuery making the necessary modifications, I've tried some relative and absolute paths in the Ajax URL, I'm doing it with a simple example annex the image.
I alr...
Hello Friends I have the following code:
// Infobox Output
function locationData(locationURL, locationImg, locationTitle, locationAddress, locationRating, locationRatingCounter) {
return ('' +
'<a href=...
I have a situation with datatables using server-side script
Table localidad
localidad origen
localidad destino
In $ joinQuery: (server-side)
..
LEFT JOIN localidad GO ON A.mxv_loc_ori_fk = GO.loc_id
LEFT JOIN localidad GD ON A.mxv_loc_d...
Hi everyone, I'm trying to update information in a crud which I reload every 2 seconds with the .load function of jquery I thought there would be no problem since the dialog opens and the form is not affected by the recharge, but for some reason...
Good afternoon I have a difficulty when using Data Table
I already implemented it works correctly page, search, sample by quantity and order but the problem is when I want to insert data if it inserts me but does not respect the page, it show...
I'm using a template that depends on bootstrap 4 and I want to use plug in
Bootstrap Table MVC
but occupies a lower version of bootstrap
do not load the galphicons icons correctly
so how can I load the icons or use the two versions?
I have the following problem.
I need to validate some fields, which I'm actually doing with formValidator and it works.
Once the fields are validated, I send the data by post and ajax and show the sweet alert popup asking if I want to send the f...
I have a problem that I do not know how to fix. I load a php page with ajax in a DIV and within that page I load some tables with ajax as well.
Everything here is correct and works but there is a problem, which is that I load the page and the...