javascriptEncode base64
Usage example
btoa("example")
output
ZXhhbXBsZQ==
Related
More of Javascript
- Get selected option text of a dropdown (select) box
- Get all children and grandchildren of an html element recursively
- Ajax post x-www-form-urlencoded data
- Convert hex to decimal (integer)
- How to get element position relative to window
- Format date in DD.MM.YYYY
- Insert text into textarea at cursor position
- Get query parameter value of specified URL
- How to check if array contains certain value
- CHeck if DOM element is visible in current viewport
See more codes...