Questions tagged as 'jquery'

0
answers

Changing MySQL with ajax and PHP

I have created a system that allows the user to view data from a mysql database and eventually interact with that data (by changing the select column in the database). Currently there is a php script that runs when the user selects the ne...
asked by 15.06.2017 / 18:54
1
answer

Stopping the animation of a carousel

I have a problem with cars using jQuery:    I can not get it to stop transitioning images at the click of a button. Follow the code: $('#slide img:eq(0)').addClass("ativo").show(); var text = $('.ativo').attr("alt"); $("#slide").p...
asked by 16.06.2017 / 00:59
0
answers

HTTP call error ERR_RESPONSE_HEADERS_TOO_BIG

I'm submitting a form with a lot of information and I get the following message: ERR_RESPONSE_HEADERS_TOO_BIG Short code snippet: $("#editForm").submit(); I understand that the error is because I am sending a lot of data, but is there...
asked by 10.05.2017 / 15:47
1
answer

how to remove an append

I would like to know how to remove only the append that was cleared by checkbox , because in my code when I select a certain checkbox it adds a append of a img and when I click again on it it removes this app...
asked by 19.10.2016 / 23:00
1
answer

Masks in form fields in woocommerce

I have a problem that I think is a simple solution, but as I am a layman in javascript and jquery would like a help from you. I inserted two new fields into my woocommerce login screen, these fields for mobile and cpf, both of which I would n...
asked by 23.10.2016 / 03:33
3
answers

How do I slide between pages horizontally using a fixed menu?

This is my Html code, and I am also using CSS with position: fixed; in the menu. Code: <body> <div class="topo"> <img src="img/logo.png" /> <div class="menu"> <ul>...
asked by 06.11.2016 / 00:54
1
answer

jQuery Click does not work on results coming from $ .post

I'm developing a delete button on the product form that I have, it works like this Category 1 (Radio Button) Category 2 (Radio Button) After selecting a category, it sends a jQuery command to the $ post function and creates...
asked by 14.10.2014 / 07:09
2
answers

Change select (ajax + php) element value with innerHTML

Hello, I'm doing the famous combo of state charges city. Everything is working perfectly, as I debugged in my script, until the moment it should change the value of select (options returned from the function). Here is my code (index.php): <...
asked by 17.02.2017 / 20:59
0
answers

Get X and Y of g with ID even when zooming

I have a map of Brazil with several <g> svg. Each element of this is a municipality. I need to get the X and Y of this element in relation to div that svg is. The bigger problem is because I have a zoom, that when clicking for examp...
asked by 18.02.2017 / 17:06
2
answers

Form Validation with Submit

In My project I have three forms being one independent of the other. The form1, form2 e form3 . The form1 contains mandatory fields to be filled, and that data will be necessary to generate the information of the other two forms...
asked by 09.11.2016 / 14:05