Posts by Lollorcaust • 87 points
6 posts
-
3
votes2
answers157
viewsQ: How to create a property on an existing object of an http request?
I’m trying exhaustively to put a property on an object that comes from a request (JSON), but I’m not getting it, it’s like it just doesn’t, but when I do a console.log, there it is, but it’s not…
-
2
votes1
answer53
viewsQ: Rollback code in repository
Good afternoon, I have a repository where I want to go back to a previous state to do some testing on a branch that I’m currently on and after that, go back to what it was. How can I do that? And…
-
0
votes1
answer235
viewsQ: Scroll through the entire record
I wonder if there is a way I can go through the entire registry (keys and subkeys, do not need the value of them) of the operating system to find the name of a key in specific? If so, could someone…
-
1
votes1
answer1240
viewsQ: How to loop in a time interval of an animation in Jquery?
I have a Guitar Hero-style animation and I’d like to repeat the green note animation by falling in a defined time interval, but I’m not getting it... http://jsfiddle.net/3Qs7D/1/…
-
1
votes1
answer386
viewsQ: How to limit to 1 the keydown event in Jquery?
I made a code that when starting my event, it makes a block make a move from the top down. If it keystrokes the "3" key between the pixels set during the animation, it causes the animation to be…
-
1
votes1
answer54
viewsQ: How do I get the top number that my animation is at the moment?
I have a Javascript animation that goes from top: 0px in CSS and by jQuery Animation he goes to the top: 385px which is where the animation ends. I wonder how I get the number he’s currently on top…