Posts by Maicon Furtado • 43 points
3 posts
-
1
votes0
answers20
viewsQ: Magic mouse is skipping the sections when scrolling
So when I use a normal mouse, the scroll is correct, but when I use the Mouse, it skips one-two sections. How do I fix this? I tried to add a delay(100) when the user had using MAC that even solved…
-
2
votes3
answers2346
viewsQ: How to find 2 or more words in a text using jQuery?
Hello, I’m doing a search field where it brings the data from an XML. However, it is only bringing if I type the name in the right order, for example: in xml, the name of the person is "Manoel da…
-
1
votes1
answer74
viewsQ: How to slideup/slidedown without a click event?
Hello, I’m starting at Angularjs and I’m having some doubts... One of them is this. I have the following code: angular.module('ValueSelling.controllers', []).controller('startController',…