That, someone knows how I can limit the number of data to export when I use the tableTools library, let's say that if I use 100 entries I only copy or export those 100 entries, since when I copy or export I usually copy more than 500 records fro...
I have a search engine that depending on how you fill it, a button or another should appear, the idea is that if I do not enter one of the filters / fields of the search engine, the search button will go black, I'll leave it as I did:...
After reading hundreds of similar problems and unable to find the solution to the problem, I ask the following. I have a php file where the data is listed by datatables , which come by ajax from another php file.
The problem is that when I w...
I have the following script which sends a variable taken from an input, makes a query and returns the fields of that query to then perform more actions, here the AJAX
$(document).ready(function (){
$("#boton_comprobar_producto").click(functi...
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 have a form sent by ajax but it does not save the information in the DB when I activate e.preventDefault (); if I mention it if you save it.
EL Ajax is:
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token...
I am creating an application and I need to be able to move the events of the fullcalendar and edit them, the code to edit it and it works, the problem is that when moving events and canceling them, you save the id of the canceled events and edit...
The first time I use AngularJS with the Google Maps API, the point is to use a .directive to show the google map.
app.directive("myMaps",function(){
return{
restrict:'E',
template:'<div></div>',
replace:true,
scop...
I have a webmethod in vb.net and I use a list of objects to store values of the SQL query that I do, but when compiling I get an error that says user.value is not a member of Login, Login is a class where I declare properties
<WebMethod()&g...