Sexy JavaScript?
Date : 2008 01 25 Category : Tech & DevelopmentHow can you not post something called Sexy JavaScript?
PLAIN TEXT JAVASCRIPT:// Sexy JavaScript // runs assertNotNull(iframeElement) in IE, otherwise assertNull(iframeElement) // taken from test code for http://yura.thinkweb2.com/scripting/contextMenu/ testShimExists: function() { with(this) { this[Prototype.Browser.IE ? 'assertNotNull' : 'assertNull'](iframeElement); }},