Posts by Ogait Euqireh • 109 points
9 posts
-
-1
votes1
answer411
viewsQ: Input number with coin mask
Guys, I’m having trouble to implement a mask in my Input Number, I tested some plugins like (Jquerymask, Imask and etc.), the value of Input works, but the result gets a comma instead of the point..…
javascriptasked Ogait Euqireh 109 -
1
votes1
answer28
viewsQ: Multiple results with pre-established value of one addition
I have an input number and I would like when the user enters a value he makes an addition sum with a preset value by a variable and shows the result using Innerhtml (because I need modified value…
-
0
votes0
answers26
viewsQ: How to relate 5 Range to dividing 100% as they change?
I have 5 range, and I would like to know how I do for when one range is 100% the other 4 is 0% and as I go controlling 1 the others are changing and vice versa, this is possible?…
javascriptasked Ogait Euqireh 109 -
2
votes3
answers1008
viewsQ: How to put a link inside a String?
How do I place a link inside a string? var results = [ { text: "Quero colocar um link aqui exemplo <a href="#"> Link </a>"; },
-
0
votes3
answers749
viewsQ: Animate Load by clicking
How do I animate Load once it loads? Is there any way to optimize this code? For example if I have on page 30 links. <!DOCTYPE html> <html> <head> <script…
jqueryasked Ogait Euqireh 109 -
2
votes1
answer114
viewsQ: Click link highlight SVG
I’m learning to deal with SVG, My doubt and the following, I have 10 balls in SVG and 10 links. My idea and click on a link and highlight a ball taking the highlight of other.
-
2
votes3
answers1346
viewsQ: Generating an image based on other images
I have two HTML fields. In each of them, there will be a list of teams. When the user selects the two teams that will play (against each other), he would like to generate an image with the logos of…
-
2
votes1
answer220
viewsQ: In multiple Youtube videos, how to play in one and pause another?
I have several Youtube videos on one page, would like it when I give play in one, if another video was rolling, pause it. Is it possible? Without reloading the page...
-
1
votes2
answers217
viewsQ: How do I control a video from Scroll?
would like to know how I can control a video by scroll using Javascript or some other technique. Grateful Ex: Scrolling Controls for HTML5 video http://codepen.io/ollieRogers/details/lfeLc…