Questions tagged as 'jquery'

2
answers

Is there a Parallax Mousemove effect for jQuery?

How do I find an effect of type " parallax mousemove I would like to know the name of this effect and have some example on the internet. I could do this in ActionScript 3.0 if it was called Scrollrect , but I do not know the correc...
asked by 30.01.2014 / 17:05
1
answer

Layout unconfigured using Bootstrap Wizard

I'm running some tests with a script where the user can only go to the next step if the corresponding checkbox is checked, I got the help from @Sam to make this configuration, but now I have a layout problem, unconfigured and I confess I did not...
asked by 17.12.2018 / 13:07
4
answers

View data format en dd / mm / yyyy

Good afternoon! I'm using the air-datepicker plugin for dates. When I click on the field, I see the format pt-br dd / mm / yyyy. Now, therefore, when opening the modal window, this date is displayed in the same dd / mm / yyyy format, sin...
asked by 07.06.2017 / 23:10
1
answer

How to create parent element?

How to create a parent tag inside an element with jQuery, for example, having this original structure: <p>texto</p> After the jQuery function would look like this: <a href='#'> <p>texto</p> </a>...
asked by 21.12.2016 / 15:52
3
answers

How to know if at the beginning of a p have "x" character?

Hello, I am a layman in JS / JQuery, but I believe it is in him that I will be able to do what I want. I do not know if many have used 4chan, but there, there is a function in which, if the user uses the ">" in every beginning of the line...
asked by 01.02.2016 / 14:26
2
answers

How to confirm that the request was made through the site securely

I would like to know if there is any way for me to confirm that the request actually came from the site and not from outside, and is also being done by the page with the action of the user. I tried to work out a solution to this, but it did no...
asked by 19.08.2017 / 04:32
3
answers

Get the value of the Jquery variable outside of if

I'm putting together a script that checks multiple select inputs, verifying that they have been selected. I'm at the beginning, so the example here has only one field. $("#passo_4").click(function(){ if($("#horario_ini_seg option:select...
asked by 24.08.2017 / 14:43
2
answers

how do I redirect a page by clicking on an option from a select by google chrome?

I am using this jquery already tried to use the change also but it does not execute <script> $(document).ready(function(){ $("#select-native-fc").on('click', function(){ if($("#select-native-fc").val() == "ASM2")...
asked by 24.06.2016 / 15:17
1
answer

Take action after user stop typing with Jquery

I'm doing a search Suggest where after the user types at least 4 letters in the input it does via Ajax the search with the suggestions to the user. But currently after the user has entered the first 4 letters of the word a new Ajax request is ma...
asked by 24.02.2016 / 15:06
3
answers

Disable tab that shows all results

I have problems with this code, because I want to register the case, however I want to remove the tab where everyone appears, either part of each selected! The first tab is to show all (I want to disable), I want it to start straight from tes...
asked by 15.11.2018 / 16:51