<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/ie</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 13:00:16 GMT</pubDate>
<item>
<title>(JavaScript) Fixing IE Z-index with jquery - rumremix</title>
<link>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</link>
<description><![CDATA[ <p>Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 06:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</guid>
</item>
<item>
<title>(JavaScript) Javascript - Obtain explorer version - satie83</title>
<link>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</link>
<description><![CDATA[ <p>Returns the version of Windows Internet Explorer or a -1 (indicating the use of another browser).</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 20:35:57 GMT</pubDate>
<guid>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</guid>
</item>
<item>
<title>(JavaScript) Manage console.log on IE - Simounet</title>
<link>http://snipplr.com/view/62311/manage-consolelog-on-ie/</link>
<description><![CDATA[ <p>Helps to manage console.log debug in js when broswing in IE. If alertFallback is enabled, you can see js alerts appears of vars tracked.</p> ]]></description>
<pubDate>Thu, 05 Jan 2012 03:10:38 GMT</pubDate>
<guid>http://snipplr.com/view/62311/manage-consolelog-on-ie/</guid>
</item>
<item>
<title>(JavaScript) Min and max width in IE6 - alexilin</title>
<link>http://snipplr.com/view/56961/min-and-max-width-in-ie6/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Jul 2011 20:13:47 GMT</pubDate>
<guid>http://snipplr.com/view/56961/min-and-max-width-in-ie6/</guid>
</item>
<item>
<title>(JavaScript) HTML5 Enabling script - blantonious</title>
<link>http://snipplr.com/view/56825/html5-enabling-script/</link>
<description><![CDATA[ <p>The html5.js and must be inserted in the head element (this is because IE needs to know about the element before it comes to render them - so it can't sit in the footer of the page, i.e. below the elements in question).</p> ]]></description>
<pubDate>Tue, 19 Jul 2011 01:42:54 GMT</pubDate>
<guid>http://snipplr.com/view/56825/html5-enabling-script/</guid>
</item>
<item>
<title>(JavaScript) jquery placeholder for forms in IE - erikportin</title>
<link>http://snipplr.com/view/54732/jquery-placeholder-for-forms-in-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Jun 2011 21:20:34 GMT</pubDate>
<guid>http://snipplr.com/view/54732/jquery-placeholder-for-forms-in-ie/</guid>
</item>
<item>
<title>(JavaScript) Cufon fix for IE9 - lurnid</title>
<link>http://snipplr.com/view/54608/cufon-fix-for-ie9/</link>
<description><![CDATA[ <p>You need to insert this before the call of  Cufon.replace</p> ]]></description>
<pubDate>Tue, 31 May 2011 01:31:03 GMT</pubDate>
<guid>http://snipplr.com/view/54608/cufon-fix-for-ie9/</guid>
</item>
<item>
<title>(JavaScript) IEでDOMソース表示 - tsucharoku</title>
<link>http://snipplr.com/view/47187/iedom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Jan 2011 19:31:04 GMT</pubDate>
<guid>http://snipplr.com/view/47187/iedom/</guid>
</item>
<item>
<title>(JavaScript) IE8 PNG Fading Transparency Fix - benjaminpearson</title>
<link>http://snipplr.com/view/46458/ie8-png-fading-transparency-fix/</link>
<description><![CDATA[ <p>IE8 doesn't deal with fading transparent PNG  - it's support of CSS opacity is broken. Including this code in the document.ready function allows you to use JQuery fading ,for example, on PNGs.</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 11:19:59 GMT</pubDate>
<guid>http://snipplr.com/view/46458/ie8-png-fading-transparency-fix/</guid>
</item>
<item>
<title>(JavaScript) Detect IE 6 Javascript - alyssonweb</title>
<link>http://snipplr.com/view/46029/detect-ie-6-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Dec 2010 09:24:00 GMT</pubDate>
<guid>http://snipplr.com/view/46029/detect-ie-6-javascript/</guid>
</item>
<item>
<title>(JavaScript) IE checker - nveselinov</title>
<link>http://snipplr.com/view/42443/ie-checker/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Oct 2010 12:13:58 GMT</pubDate>
<guid>http://snipplr.com/view/42443/ie-checker/</guid>
</item>
<item>
<title>(JavaScript) JS IE6 check by means of style attribute - dkl3in</title>
<link>http://snipplr.com/view/40119/js-ie6-check-by-means-of-style-attribute/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Sep 2010 17:07:14 GMT</pubDate>
<guid>http://snipplr.com/view/40119/js-ie6-check-by-means-of-style-attribute/</guid>
</item>
<item>
<title>(JavaScript) Identify Javascript is Disabled in IE? - hairajeshk</title>
<link>http://snipplr.com/view/40103/identify-javascript-is-disabled-in-ie/</link>
<description><![CDATA[ <p>To identify whether javascript is disabled in IE or not</p> ]]></description>
<pubDate>Wed, 08 Sep 2010 01:07:17 GMT</pubDate>
<guid>http://snipplr.com/view/40103/identify-javascript-is-disabled-in-ie/</guid>
</item>
<item>
<title>(JavaScript) CSS3 pseudo-class selector emulation for Internet Explorer 5.5 - 8 - c4ptivate</title>
<link>http://snipplr.com/view/35429/css3-pseudoclass-selector-emulation-for-internet-explorer-55--8/</link>
<description><![CDATA[ <p>http://code.google.com/p/domassistant/</p> ]]></description>
<pubDate>Wed, 02 Jun 2010 01:59:52 GMT</pubDate>
<guid>http://snipplr.com/view/35429/css3-pseudoclass-selector-emulation-for-internet-explorer-55--8/</guid>
</item>
<item>
<title>(JavaScript) innerXHTML - nicolaspar</title>
<link>http://snipplr.com/view/33916/innerxhtml/</link>
<description><![CDATA[ <p>html = innerXHTML (document.getElementById('div_id'))
alert(html)</p> ]]></description>
<pubDate>Wed, 05 May 2010 14:48:21 GMT</pubDate>
<guid>http://snipplr.com/view/33916/innerxhtml/</guid>
</item>
<item>
<title>(JavaScript) Adding :hover pseudo class to IE - mariusscheel</title>
<link>http://snipplr.com/view/30967/adding-hover-pseudo-class-to-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Apr 2010 07:51:49 GMT</pubDate>
<guid>http://snipplr.com/view/30967/adding-hover-pseudo-class-to-ie/</guid>
</item>
<item>
<title>(JavaScript) KickApps - Change form validation to use JQuery. Fixes issues with IE - linusx</title>
<link>http://snipplr.com/view/30929/kickapps--change-form-validation-to-use-jquery-fixes-issues-with-ie/</link>
<description><![CDATA[ <p>Fixes an issue if you have another login form on the page with a password field.</p> ]]></description>
<pubDate>Mon, 05 Apr 2010 14:00:23 GMT</pubDate>
<guid>http://snipplr.com/view/30929/kickapps--change-form-validation-to-use-jquery-fixes-issues-with-ie/</guid>
</item>
<item>
<title>(JavaScript) Get Window Height and Width (Cross-Compatible) - djstaz0ne</title>
<link>http://snipplr.com/view/30799/get-window-height-and-width-crosscompatible/</link>
<description><![CDATA[ <p>Returns window size as object.
winsize.x = window width;
winsize.y = window height;</p> ]]></description>
<pubDate>Fri, 02 Apr 2010 08:47:00 GMT</pubDate>
<guid>http://snipplr.com/view/30799/get-window-height-and-width-crosscompatible/</guid>
</item>
<item>
<title>(JavaScript) Fix macabi site to work on mac - yisreldov</title>
<link>http://snipplr.com/view/27555/fix-macabi-site-to-work-on-mac/</link>
<description><![CDATA[ <p>I was just able to login to the maccabi site using safari !!!

There is a bug on the login form and once I fixed the bug using the dev tools I was able to log in and make an appointment just fine !!!

You can use this bookmarklet to fix your maccabi login form, drag it to your bookmarks bar and click it before you click on the submit button.

[fix-maccabi-login][1]

if the link doesn't work here is code that you can pasete into your address bar 

`javascript:document.forms[0].elements[%27IDCode%27].id=%27IDCode%27;document.forms[0].elements[%27username%27].id=%27username%27;alert(%27try%20to%20login%20now,%20by%20clicking%20the%20button.%27)`

here is the JS :

    document.forms[0].elements['IDCode'].id='IDCode';
    document.forms[0].elements['username'].id='username';
    alert('try to login now, by clicking the button.')


this will probably also work on firefox, but I haven't tested it !!

As I expected, they are using invalid JS code that happens to actually work on IE, but shouldn't work on any normal browser.

Any [donations][2] for this fix would be appreciated. ( cash is also nice )

[1]: javascript:document.forms[0].elements[%27IDCode%27].id=%27IDCode%27;document.forms[0].elements[%27username%27].id=%27username%27;alert(%27try%20to%20login%20now,%20by%20clicking%20the%20button.%27)
[2]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=FWTPFWQ9SX4RG</p> ]]></description>
<pubDate>Tue, 02 Feb 2010 07:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/27555/fix-macabi-site-to-work-on-mac/</guid>
</item>
<item>
<title>(JavaScript) jquery IE detection - smashu</title>
<link>http://snipplr.com/view/24936/jquery-ie-detection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Dec 2009 03:43:24 GMT</pubDate>
<guid>http://snipplr.com/view/24936/jquery-ie-detection/</guid>
</item>
</channel>
</rss>