Questions tagged as 'jquery'

1
answer

bank query with ajax on beforeSend

How to query the bank with ajax on beforeSend ? Example: var formData = new FormData(this); $.ajax({ url: "../_requeridos/cadastraPlano.php", type: 'POST', data: formData, beforeSend: f...
asked by 31.05.2018 / 14:37
1
answer

plugin creating empty space below HTML when resizing screen

On the page below: link I'm using the plugin jquery.ez-plus.js . which gives zoom to images . Everything works fine. But when I resize the navegador by clicking on the redimensionador above the X side to cl...
asked by 31.05.2018 / 13:33
2
answers

How to check if elements of an array are contained in another JQuery array

How can I check if elements of an array are contained in another array? ex: array_1 = ['wifi', 'internet']; array_2 = ['wifi', 'internet', 'telefone', 'email'] How can I tell if array_1 contains array_2 values using JQuery?     
asked by 30.05.2018 / 19:22
1
answer

maskMoney (jquery) not displaying value correctly

Good afternoon guys, I'm having a problem using the jQuery maskMoney plugin. I am using the following statement before <div style="float:left; width: 25%"> <asp:Label ID="Label24" runat="server" Text="Valor Total: "></asp...
asked by 15.06.2018 / 20:17
1
answer

JQuery notification appears only once

How do I, according to the code below, only appear once per time? <scriptsrc="assets/plugins/notification/js/bootstrap-growl.min.js"></script> <script> 'use strict'; $(window).on('load',function(){ functio...
asked by 16.05.2018 / 20:12
2
answers

NAVBAR transparent

Personal a half-beast doubt, I'm doing a landing page and wanted to use a navbar-style from that site here: link When it is at the top of the page it becomes completely transparent and as soon as the page goes down it already gains a...
asked by 17.06.2018 / 05:07
1
answer

How to get values from an array without array.push

I'm trying to get a user's location and it keeps updating from time to time, searching, I found this method, but I can not just do this with the current value of the array, it concatenates (push) and adds infinitely .. does anyone know how I can...
asked by 06.05.2018 / 23:09
3
answers

Show image after loading via ajax

Hello, I'm setting up a site without refresh. When the user clicks on the clients tab they are loaded blades of the same, however as the embedded images have a 2mb and end up loading per part. I wonder if there is an event that checks if a...
asked by 03.05.2018 / 21:13
1
answer

Block an element within the textarea

I need to block a part of a text that is inside ckeditor so that the user does not delete and does not change that part of the text, but it can complement the text only can not change that part <p>Essa parte nao pode ser alterada&...
asked by 18.04.2018 / 17:12
1
answer

mousemove reset counter jquery

With this code, the page redirects to the end of 5 minutes if there is no action, and this happens only in the refresh or when changing the page, but I wanted the counter to reset the mouse and keyboard instead of being in the action of the page...
asked by 16.04.2018 / 14:36