How to use decode jquery script
I need base64 decode script. I have for example: var windowWidth = $( window ).width(); var windowHeight = $( window ).height(); var documentWidth = $( document ).width(); var documentHeight = $( document ).height(); I use this online plugin: Base64 Decode Encode Plugin and result from this plugin is: ICAgIHZhciB3aW5kb3dXaWR0aCA9ICQoIHdpbmRvdyApLndpZHRoKCk7CiAgICB2YXIgd2luZG93SGVpZ2h0ID0gJCggd2luZG93ICkuaGVpZ2h0KCk7CiAgICB2YXIgZG9jdW1lbnRXaWR0aCA9ICQoIGRvY3VtZW50ICkud2lkdGgoKTsKICAgIHZhciBkb2N1bWVudEhlaWdodCA9ICQoIGRvY3VtZW50ICkuaGVpZ2h0KCk7Cg== How to use this result in jquery. You can use