Questions tagged as 'jquery'

1
answer

How to capture the value of a key from a JSON (coming from an AJAX) using Jquery?

I have the following AJAX: $("button[name='btn-editar-marca']").on('click', function(){ $.ajax({ type: "GET", url: "../ajax/ajax.marcas.php", data: {"ajax-params": 2, "Id_Marca": $(this).attr("id")}, dataTyp...
asked by 13.05.2018 / 18:25
0
answers

Move span with jquery

I'm doing a span move when I place the mouse over a button, and when I shoot the mouse it returns to the starting position. I'm using jquery's animate class, the only problem is that when I hover the mouse several times over the button it contin...
asked by 13.05.2018 / 03:46
1
answer

How do I make a registration system where the user initially only informs the email?

I would like to know how to create a registration system where the user will initially only enter the email, shortly thereafter he will be directed to another page, where he will complete the registration with the already completed email.     
asked by 19.05.2018 / 00:24
0
answers

Page load error when exporting a PDF file using html2canvas and jsPdf

Good afternoon I'm developing a system that creates one or more templates in HTML and exports them to PDF for the creation of posters. It takes the html area for each poster, converts it to the image with the html2canvas, and then adds it to...
asked by 18.05.2018 / 22:13
0
answers

Consume API with JQuery and save to database

Good evening! I'm trying to consume an API using JQuery and Laravel. I created the route to access and save the data, access always returns me with status 0. web.php: Route::any('http://moviecom.com.br/MoviecomAPI/','MoviecomController@stor...
asked by 12.05.2018 / 07:56
1
answer

JQuery3.2.1 Function DatePicker exists?

I'm using bootstrap 4 and I want to use datepicker , how can I call the datepicker using bootstrap 4 , can not find the documentation talking about it?     
asked by 11.05.2018 / 01:15
0
answers

Problem with Ajax script

I have a search Ajax script without reloading the page, I select the taxonomy's to filter the content, and I click on "Search", in that the search form disappears, a loading bar appears. The loading bar disappears and the searched content appear...
asked by 09.05.2018 / 21:56
0
answers

First Field is null in Each JQUERY

The first fields are appearing null when I step into the controller follows the code HTML <div id="divItensServicos" class="price-box collapse"> <h3>Itens de Serviços</h3> <div class="container-fluid">...
asked by 10.05.2018 / 02:42
0
answers

JQuery focus function not working mobile

I have the following function in my code .js : element = $('.bloco-pesquisa').find('#inp-pesquisa'); element.focus(function(){ alert("focus!"); if (!load_autocomplete){ $.getScript('/js/jquery.typing-0.2.0.min.js');...
asked by 10.05.2018 / 14:04
1
answer

Change the HTML attribute in the option with JQUERY

I'm trying to change the value of the select field with option to disabled, but only when the user clicks the input field. See the image to understand better: Iwanttoexactlyleavethefirst"option" disabled only when the user clicks the fie...
asked by 10.05.2018 / 15:23