Questions tagged as 'ajax'

1
answer

ajax without query permission

I have a webservice in wcf in the link , I can consume it no problem in my iis location with ajax:                                             View User          <div><table id="datagrid"></table></div> <...
asked by 12.05.2017 / 05:30
1
answer

Delete database record with ajax + spring boot + thymeleaf

Good afternoon! I'm trying to delete an item in my view, which is in a bootstrap table. I'm using thymeleaf + bootstrapno frontend. The idea is to take the id and move to a modal bootstrap window and through the modal delete the record in the ba...
asked by 19.05.2017 / 20:54
0
answers

Make a WHILE run from the click of a button

I have a form that should fill in automatically. But this padding depends on a user's choice, so it should be run after the choice, I believe a button would be ideal. For example: I have several car assemblers (Volkswagen, Ford, Peugeot). The...
asked by 11.05.2017 / 20:28
0
answers

consume webservice in WCF with ajax

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <form id="form1"> <div class="jumbotron"> <input type="text" id="codUser"/> <button onc...
asked by 09.05.2017 / 13:58
2
answers

API call does not work

I have the following code: // Jquery Script <script src="https://code.jquery.com/jquery-3.2.1.min.js"integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> // JS Script $.a...
asked by 20.04.2017 / 22:21
0
answers

How to use AJAX to update HTML elements without loading? [duplicate]

Does anyone know how to tell me a good article that explains well the use of AJAX? Or even better explain its operation? Thank you!     
asked by 05.05.2017 / 00:13
1
answer

error result.lenght ajax with wcf

The following script works in part: <script type="text/javascript"> function ConsUsuario(){ var value = $("#codUser").val(); $.ajax({ type: "GET", url: "ServiceRestPub/ServiceUsuario.svc/ConsultarRe...
asked by 11.05.2017 / 12:56
1
answer

Error 405 - Cross Domain Request

Well, I was requesting my page from github (tiagosilveiaa.gihub.io) to my test server, just to execute the Script itself, but I was presented with a message that the protocols were different ( https x http) "" I have resolved "" by putting the a...
asked by 19.04.2017 / 03:33
0
answers

Page load equal to G +

I'm venturing into PHP and making a simple administrative dashboard, no framework, to manage registered users, how can I load pages in admin without reloading the side menu and the navbar, like G +? > Note: You do not need to have the effect,...
asked by 07.05.2017 / 20:32
1
answer

Action of form not found Not Found!

I have a project in PHP using MVC, right ... a form was created for registrations that would be sent by jQuery Ajax, but at the time of setting the url to which the form would be sent it does not find the desired Controller to execute the submit...
asked by 14.04.2017 / 13:47