Questions tagged as 'jquery'

2
answers

Disable Scroll with open menu

I have a menu with 100% width and 100% height, in which I use a button to open it and close it (hamburger style). But when it opens my site it still scrolls behind it. I want to know how I can disable site scrolling when the menu is open, and di...
asked by 17.02.2016 / 12:18
1
answer

control forward and backward of the browser

I need to make the system not allow you to go back or forward when pressed backspace, can someone help me out? I await!     
asked by 25.02.2016 / 13:29
1
answer

How to call a zend method using Jquery?

I have this Jquery function that enables an input for the user to edit a form, when editing and clicking 'Enter' I want to save the change made in the database, without submitting the form. > - My JQuery function $(function () { $(".nr_o...
asked by 11.12.2017 / 19:31
3
answers

How to import an html page into another html? [duplicate]

I have a home page where there is a menu that opens dialogs. Today everything is in a html only, but I would like to separate it, ie unlink and leave this html from the dialog separated from the home page .     
asked by 08.01.2018 / 19:09
3
answers

How to send an array variable of objects via AJAX? [closed]

I have the following object: var pessoas = []; pessoas = { nome: "julio", sobrenome: "Henrique", idade: 18, amigos : ["Pedro", "João", "Isabella"] } I send the array friends via ajax like this: $.ajax({ url:'retira_falsos_a...
asked by 04.01.2018 / 12:38
2
answers

Detect word within an element that is within a specific class

I have the following code. I tried running inside the element with the class ACTIVE, a code that checked to see if it had the VIOLET word within the element with the class TITLE . But instead of executing only on the element with the class AC...
asked by 01.01.2019 / 16:09
1
answer

preventDefault does not work!

I have the following form that processes the user's password change request. <form class="forget-form" id="forget-form" action="datacenter/functions/passwordRecovery.php" method="POST"> <h3 class="font-green">Esqueceu sua senha...
asked by 03.04.2018 / 16:57
3
answers

Change background color when clicking

I need the button to change color every time I clicked, I used the focus but it does not bring me the expected result, because after the button is clicked, the user needs to click on another corner, so the background color back to normal....
asked by 23.07.2018 / 18:24
2
answers

Appear update equal to facebook, at the time

I have to make a system where the user sends a message and the one who receives it, sees the number 1 on the menu side, at the time the message is received. Like facebook, when you get a notification gets the number 1 on the side of the globe. I...
asked by 24.09.2014 / 23:07
1
answer

How to delete elements from a jQuery collection?

For example: I want to give .fadeOut() in all body , but with the exception of some element, such as a div. This can be done? How?     
asked by 31.10.2016 / 02:03