Comments on: I’m on Github! https://j11y.io/general/im-on-github/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Custom JavaScript with “parseScripts” - James Padolsey https://j11y.io/general/im-on-github/#comment-922 Thu, 21 May 2009 21:22:58 +0000 https://j11y.io/?p=818#comment-922 […] succuessfully implementing and using literalHTML (discussed here) I decided to have a go at creating a reusable basis for adding new enhancements just like it; your […]

]]>
By: James https://j11y.io/general/im-on-github/#comment-921 Tue, 19 May 2009 21:52:25 +0000 https://j11y.io/?p=818#comment-921 @Daniel, agreed; I’m really starting to like Github, and Git generally!

@Valentino, E4X was actually the inspiration for literalHTML…

@Corey, I considered using eval but I thought it better to execute the script in a global context; after all, that’s how the :literalHTML scripts are defined. Also $.globalEval uses a much more harmless method of execution – it simply injects a new script element containing the code to be evaluated. To be honest I would feel perfectly comfortable using eval or (new Function())() but I thought I should take advantage of what jQuery had to offer.

]]>
By: Corey https://j11y.io/general/im-on-github/#comment-920 Mon, 18 May 2009 21:58:06 +0000 https://j11y.io/?p=818#comment-920 I noticed in the literalHTML code you’re using $.globalEval(). I can’t seem to find any documentation about it. What’s the advantage of using it instead of eval()?

]]>
By: Valentino https://j11y.io/general/im-on-github/#comment-919 Mon, 18 May 2009 14:00:37 +0000 https://j11y.io/?p=818#comment-919 I like literalHTML.. it could be the starting point to implement E4X crossbrowser.. why not?

http://en.wikipedia.org/wiki/ECMAScript_for_XML

]]>
By: Daniel https://j11y.io/general/im-on-github/#comment-918 Sun, 17 May 2009 08:02:26 +0000 https://j11y.io/?p=818#comment-918 I made the move from SVV to git not that long ago, never looked back! oh and github is awsome, i’m even hosting the code for my blog there as a public repo 🙂

]]>