Questions tagged as 'ajax'

1
answer

Problem with modal and php query

My doubt is as follows I have this code where I consult information and create an arrangement, when I click on a detail button I get a post file that brings me the idweb value of that row, besides opening a modal that should contain the query da...
asked by 09.08.2018 / 16:57
0
answers

AJAX How to make a call to load more commets

I want you to upload the comments two by two with an ajax call using a button -- phpMyAdmin SQL Dump -- version 4.8.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 03, 2018 at 05:05 AM -- Server versi...
asked by 03.08.2018 / 05:09
0
answers

problem with inserting data into mysql ajax

good day I am new in this design and I am learning by means of tutorials I have this small problem to see if someone can help me. the form is only sent once I send the record and then when I try to send another error if I delete the record I sen...
asked by 06.08.2018 / 22:13
0
answers

FILL Checkbox by default in JSF

I do not know how to do it. The only way I have is this: public void on NodeSelect (ValueChangeEvent event) { Boolean selected = (Boolean) event.getNewValue(); Long odmId = (Long)((UIInput) event.getSource()).getAttributes().get(ODM_...
asked by 30.07.2018 / 11:29
1
answer

How to speed up the search time of a MYSQL with PHP

I'm doing some statistical graphs, which I extract from a table that presents 30,000 records and I will show them in graphics (HIGHCHARTS) ... it turns out that when I make the first query to complete the options of my select, it takes around 20...
asked by 31.07.2018 / 23:10
1
answer

fill out a form automatically

In a TypeText input I look for a match by name within a table in a db of what the user types in that input. In the controller I receive the values of what the user writes ( $ term ) as follows: public function jqueryWithAction(Request $reque...
asked by 31.07.2018 / 21:06
1
answer

MySQLi -insert_id returns value "0"

I have a management panel in which you can add even more administrators, but when I try to add them, I get an error. I have reviewed multiple times the data sent with die(json_encode($_POST)); and if all the data of the form arrive, but e...
asked by 01.08.2018 / 00:19
1
answer

Multiple ajax when creating a jquery module

I have created a module / plugin in jquery. This creates a select and inserts the options taking the information by ajax. The problem is that when creating 2 selects he makes me 2 ajax calls. (function ($) { var property = { calendars:...
asked by 02.08.2018 / 12:55
0
answers

I would like to extract the sucess and error that this javascript answers me, how is it done?

$(document).ready(function(){ $('#idBoton').click( function(){ var order_val =$('#verificacion').val(); var order_name = $('#name').val(); var order_cedula = $('#cedula').val(); v...
asked by 30.07.2018 / 23:50
1
answer

search engine that is activated by clicking on the search icon

I have a search engine that is active when I click on the search icon and it is deactivated when I click on any part of the page , I want to deactivate that animation, that is, I want to leave the search engine fixed as any page without users h...
asked by 29.07.2018 / 01:56