I\'m using .show to display a hidden message after a successful form submit. How to display the 开发者_运维问答message for 5 seconds then hide?You can use .delay() before an animation, like this:
I have a string in base64 format, which represents PNG image. Is there a way to save this image to the filesystem, as a PNG file?