Questions tagged as 'jquery'

1
answer

Button making submit to action instead of opening only Modal

I am putting together a Modal to add a category and a list of products in a modal. When I click the button to add a new product my category Create action is called when it should only open the modal. I do not understand what is wrong for t...
asked by 20.05.2018 / 01:37
1
answer

submit button does not show it was clicked

I have the page below: link It has a form of email and, of course, a send button But this submit button is receiving a return false because it is sending a request to jQuery Ajax to perform actions in the database....
asked by 18.05.2018 / 15:28
2
answers

Change the color of the site in a click of a button!

Good people! I have a button with 5 buttons, when clicking these buttons, the color of the site will change, I was making this process to change the color in Javascript, but I do not think very feasible ... What better way to do this? Make 5 cop...
asked by 14.05.2018 / 23:44
1
answer

Ajax error in submitting form

I have this code. The problem is that it always shows the error message Some problem occurred, please try again. What can I do to solve it? I am using the new FormData (this) because I have fields of type file in the form. $(document...
asked by 10.05.2018 / 14:09
1
answer

Change the color of the route (road) of google maps

CananyonehelpmewithhowthisblueroadcolorchangeswhenIsetaroute..IalreadyhavethestyleallreadyIjustdonotknowthevariablethatappliestothatpartofthemap..Obg/*Estilizandoomapa;Criandoumarraycomosestilos*/varstyles=[];/*crioumobjetopassandooarraydeestil...
asked by 11.05.2018 / 07:09
2
answers

A jQuery Get () inside another jQuery get ()

I need to execute a jQuery Get() inside another, but I can not do it at all, it simply ignores the second Get() without returning what I need (the username of the second get() ): $.getJSON("https://api.mercadolibre.com/...
asked by 11.05.2018 / 16:01
1
answer

Update PHP variable with Jquery using AJAX request

I have a problem related to HTML, Jquery and PHP, I will try to get as much information as possible. I have a PHP page that has to go back and forth with the variables and it's kind of a step by step, where each step sends its data to the next t...
asked by 12.05.2018 / 05:46
1
answer

How to create the mechanics and appearance of the zoom effect used in the reveal.js framework?

Example: Reveal Zoom > Objective: Study the mechanics and appearance of Zoom with the best algorithmic solutions. - From the problem of appearance: 1 - When inspecting the < section > looking for black background pattern (back...
asked by 13.09.2018 / 19:22
1
answer

___ ___ erkimt Div does not fit the screen ______ qstntxt ___

On the

link

I use the plugin animate link

So the array of %code% is thus by default

%pre%

While the site is screen beauty

But when you're on mobile, one of the %code% , which I can not identify, is too long ( %code% ).

Iwouldliketomake%code%havetheheightofyourinterior!

Howtodothisforsmallerscreens?

ButtheproblemisthatIcouldnotidentifywheretochange!

    
______azszpr304340___

Your problem is that you are using a %code% in the Mobile version that is too large. in your @media makes a rule to remove this %code% . See below in the image to see how I fixed the bug.

OBS: See in the Chrome DevTools panel that I remove from %code% o %code%

    

___
On the link I use the plugin animate link So the array of divs is thus by default <div class="aos-item" data-aos="fade-down"> <div class="aos-item__inner"> <img src="_img/bemVindo.png" /> <...
asked by 04.06.2018 / 19:18
1
answer

Select hide / show DIVs according to the selected value (jquery)

I have a select and some divs like this: <select name="numerounidades" id="numerounidades"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4"&g...
asked by 08.05.2018 / 17:42