Questions tagged as 'ajax'

1
answer

Limit to x number of entries when exported with DATATABLES.JS

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...
asked by 15.06.2016 / 18:43
1
answer

Reload variable within a div?

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:...
asked by 12.09.2016 / 18:28
2
answers

JSON invalidated when it comes to query php mysql, but it works when it is called json format

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...
asked by 04.01.2019 / 04:32
2
answers

The variable does not arrive by POST to PHP through AJAX

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...
asked by 04.01.2019 / 05:31
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
3
answers

problem with e.preventDefault () using Ajax in Laravel 5.7

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...
asked by 27.12.2018 / 22:48
0
answers

how to edit an event with eventdrop from fullcalendar and ajax?

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...
asked by 26.12.2018 / 14:20
2
answers

ANGULARJS WITH GOOGLE MAPS

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...
asked by 19.12.2018 / 21:08
2
answers

property is not a member of the login class

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...
asked by 05.02.2016 / 18:35