Questions tagged as 'ajax'

0
answers

Search ajax with laravel 5.6 and jquery [closed]

I'm having trouble running a ajax search with laravel, it follows the ajax code of my view: $(document).ready(function () { $('#enviarForm').click(function (e) { e.preventDefault(); var form = $('#filtro').serialize(); $.ajaxS...
asked by 04.07.2018 / 18:12
0
answers

Integrating website and CRM? [closed]

Hello, people. I need to integrate a site with EspoCRM (which has an api in Postman). Anyone who signs up on the site form, goes straight to the CRM Leads, it was past me to do a POST (ajax), the point is I do not know where to start doing th...
asked by 24.07.2018 / 02:20
0
answers

Table with drag and drop event does not work on mobile

I have a page that user to have the freedom to sort table, and this drag and drop event on the computer works perfectly, but on tablets, mobiles does not work, what should be done for the perfect workings of this event on mobile devices? In...
asked by 02.07.2018 / 23:13
2
answers

Problem with Ajax and php

I'm doing a test with ajax and php, however it's returning a value nothing to see test2.html <html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <script src="j...
asked by 31.07.2018 / 04:10
1
answer

How to disable Validations when doing a Submit in the change event of a DropDown

I have a modal with a dropdown, where, whenever an option is selected, a submit is made and the template is sent to the action to be edited and then returned. The problem is that Validations get in the way, is it possible to disable validations...
asked by 28.07.2018 / 01:01
0
answers

Ajax / Json POST Treatment

I'm having trouble sending Json to my Controller in PHP:    See,insendingmyLogintheparametersthatarebeingsentintherequestareexposed,thusbeingavulnerability.Myquestioniswhetheryouwouldhaveamethodofsendingwithoutrequiringanexternalcryptography...
asked by 31.07.2018 / 13:41
1
answer

I need to have dynamic dropdownlist ie when selecting a drop down release the second

Next I have a question where I have 3 drop down list and when I select 1 dropdown it releases the other one, it is connecting to my bank and it brings the result of my select via while and it shows in my drop down list, the complicated one is th...
asked by 18.06.2018 / 15:42
0
answers

Problem with sending data via ajax and laravel

Good afternoon, I'm having trouble sending data via ajax, it returns code 200 but returns    SyntaxError: Unexpected end of JSON input But I do not think it's even in the controller <input type="button" class="btn btn-primary btn-blo...
asked by 08.06.2018 / 17:30
0
answers

Pass angular array on json to mvc controller

I have this function that generates an array, I need to pass to the mvc controller through JSON, but it is not passing, it follows what I'm doing: var app = angular.module('myApp', []); app.controller('myCtrl', function ($scope) {...
asked by 06.06.2018 / 16:47
1
answer

Problem with form + ajax

I made an ajax request to send data from a form to the server, the data is sent and stored perfectly. But when handling success creating the condition if the return return was the 200 or "OK" pattern would send a success message and if n...
asked by 31.05.2018 / 01:33