Posts by Marcos • 109 points
8 posts
-
0
votes1
answer701
viewsQ: Enable Hover by javascript
Hey, guys, here’s the deal: I created an html that contains an image, a text and a button; The image has a Transition that makes the image rise to a certain point; Text has an opacity when I hover…
-
7
votes4
answers6154
viewsQ: How to get session cookie via javascript?
I need to make a script that when the user arrives at my utm via url, I must record a session cookie. This cookie will expire when the browser closes. Can anyone help me with this?
-
0
votes1
answer104
viewsQ: How to disappear with the Parallax effect with angular?
How can I disappear with the action of Parallax when it is with an attribute? this is the tag that has the attribute: <parallax-image ng-class="{{fixo}}"…
-
0
votes3
answers9794
viewsQ: Show average banknote result with Javascript
So I have this code here and I have a difficulty, I would like to calculate the average of the notes that are placed in the input fields. If you can help. <div class=""> <p>Media dos…
-
0
votes1
answer43
viewsQ: Remove action in window.Location
I am creating a comparison that will do the following, if the address is www.google.com will perform the function otherwise it will remove. I’m with this script but I’m not getting to mount Else. if…
javascriptasked Marcos 109 -
1
votes0
answers791
viewsQ: What is This in Javascript for
I’m recently studying javascript and I’m a little in doubt regarding the "this" in javascript, I saw that it can be using either in a global object or in a function but still can’t understand the…
javascriptasked Marcos 109 -
0
votes1
answer41
viewsQ: Tracking Event Google Analytics
Hello I have a slider within the site and would like to create a tracking Event within this slider. Inside this slider has 6 images, so type up to which image the user was, which is the most viewed…
-
2
votes1
answer306
viewsQ: How to create subcategories with Javascript
I have that list: <li> <a href="" class="category-subtree-expandable">Vestuário</a> <ul> <li> <a href="" class="category-subtree-expandable">Feminino</a>…