Posts by Marcelo Bueno • 17 points
2 posts
-
-1
votes2
answers751
viewsQ: Problem in converting the input values into Real, example: R$ 20,00
I created a Script to format Input values for Real Currencies, but there is a problem, when you put text, display "Nan", I need that can only type number and not text. var atual =…
-
-1
votes3
answers109
viewsQ: How to put 0.5s Transition in Tooltips
<html> <head> <style> a.tooltip-black, a.tooltip-white { position: relative; color: red; text-decoration: none; cursor: help; } a.tooltip-black:hover, a.tooltip-white:hover {…