Version 1.3
-
jQuery.decodeBASE64()
Decrypt a base64 string.
-
jQuery.decodeUTF8()
Decode a UTF-8 text.
-
jQuery.encodeBASE64()
Encrypt a text or object as base64 string.
-
jQuery.encodeUTF8()
Encode a text as UTF-8.
-
'touchpinch' Special Event
Bind special pinch event on touch interaction.
-
'touchpinchin' Special Event
Bind special event on touch pinch in.
-
'touchpinchout' Special Event
Bind special event on touch pinch out.
-
'touchzoom' Special Event
Bind special zoom event on touch interaction.
-
jQuery.fromBASE64()
Decrypt a base64 string.
-
jQuery.fromJSON()
Takes a well-formed JSON string and returns the resulting JavaScript object.
-
jQuery.fromUTF8()
Decode a UTF-8 text.
-
{{elem}} Template Tag
Used for define a simple access on an element in the rendered template.
-
jQuery.toBASE64()
Encrypt a text or object as base64 string.
-
jQuery.toUTF8()
Encode a text as UTF-8.