I wanna show some text (and images) in browser but this text shouldn’t be able to select in page preview or page source :
-
At first i tried to use canvas, but managing text and also images in canvas is not easy and for this case i can’t use canvas.
-
I tried to use image but in this case, image is too slow to load.
-
I used ROT13 encryption in Aptana studio, but ROT13 just encrypt page source with JS and when you click on ‘inspect element’ in chrome or opera you can see decrypt text and html yet.
Question: Is there any way in jquery or anything else?
No, whatever you display as text in webpage can be found by digging into the source of the webpage (including js). What would this be useful for btw.?
Edit: This looks useful but ends up using canvas or flash I believe. Still might be tuned to be fairly fast and therefor useful:
http://eric-blue.com/2010/01/03/how-to-create-your-own-personal-document-viewer-like-scribd-or-google-books/