Questions tagged as 'ajax'

1
answer

Library Datatable giving conflict in Other script

I use this library below to run my tebela features <script src="tables/datatables/assets/custom/js/datatables.init.js?v=v2.1.0"></script> Plus this script below only works when the above library is not present. Removing it work...
asked by 19.02.2017 / 21:45
1
answer

Polymer: Observe a global variable

I want to create an element that will open a popup and display a message to the user. I want it to be accessible by any view from my system. So I created a global variable that will be responsible for saving the error messages. I want to know ho...
asked by 30.12.2016 / 19:33
0
answers

request.getRequestDispatcher is not working and has no errors

I have a problem in the request.getRequestDispatcher ("Valida.jsp"). forward (request, response); from my servlet that does not forward to the Valida.jsp page. I need to pass from an HTML to a javascript (by Ajax) which passes the infos to a S...
asked by 30.12.2016 / 04:23
1
answer

Javascript pure, json and api

Hello everyone, I'm having a question, I'm starting with web development and tals and I'm studying some javascript and json. Well let's my doubt, I'm getting information from a json file and submitting via javascript in html. I'd like to k...
asked by 29.12.2016 / 21:50
2
answers

Error in request with jquery-autocomplete?

I have the following gulpfile.js file to generate the css files % and% with%. It is generating me two files: $('#instituicao').autocomplete({ source: function (request, response) { $.getJSON("/path/ajax", { q: request...
asked by 04.01.2017 / 22:08
0
answers

How to work with dynamic form in jquery?

I would like to know how I can work simply with this dynamic form, the type comes from the database via jquery and ajax and appears on the screen as a form for the user to select their request. As you can see in my code only the input of the tab...
asked by 05.02.2017 / 21:08
2
answers

Undefined index: action when sending data from ajax to PHP

I'm having trouble sending my ajax parameters to PHP, giving me the error Undefined index: action in my logar.php file My ajax takes the user and password of the form in html and sends it to the file logar.php, in this file I instantiate the...
asked by 06.02.2017 / 01:36
0
answers

load records without expanding the table!

Good morning! I have a table with 9000 records, what happens is that when opening the page of the table it takes to load the records with this it extends showing all the 9000 scans, so after a while it decreases showing only 10 lines of course s...
asked by 20.01.2017 / 16:23
1
answer

How to capture and display errors using Angular and AJAX

I'm trying to get feedback via Ajax and display using Angular JS, but without success, here's the code below: HTML: <body ng-app="app" ng-controller="controlador"> <form ng-submit="submitForm()"> <label>X: <...
asked by 08.01.2017 / 19:07
1
answer

Laravel with laravel-admin panel

I'm new to Laravel and I'm using Laravel 5.3 with the Administration Panel called laravel-admin ( link ) I need to get the response from a radio button with Ajax before submitting the form. The situation looks like this: Use Medications...
asked by 07.01.2017 / 21:10