jQuery.decodeBASE64()
Categories: Utilities
jQuery.decodeBASE64( string, [ traditional ] )Returns: Object
Plugin: jQuery.base64
Description: Decrypt a base64 string.
-
jQuery.decodeBASE64( string, [ traditional ] )
version added: 1.0 version deprecated: 1.3string A string to decrypt
traditional A boolean indicating whether to use the traditional mode else convert from json after encrypt.
Attention: The jQuery.decodeBASE64()
method replaced by jQuery.fromBASE64
.
jQuery.decodeBASE64( string, [ traditional ] )Returns: Object
Plugin: jQuery.base64.fix
Description: Decrypt a base64 string.
-
jQuery.decodeBASE64( string, [ traditional ] )
version added: 1.2 version removed: 1.3string A string to decrypt
traditional A boolean indicating whether to use the traditional mode else convert from json after encrypt.
Attention: The jQuery.decodeBASE64()
method replaced by jQuery.fromBASE64
.