Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged ie



« Prev 1 2
IE doesn't like console.log. This fixes that.
1 2346 posted 12 years ago by bitsculptor
Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/
0 1498 posted 12 years ago by rumremix
Returns the version of Windows Internet Explorer or a -1 (indicating the use of another browser).
0 2242 posted 13 years ago by satie83
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.
0 2240 posted 13 years ago by Simounet
0 2370 posted 14 years ago by alexilin
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).
0 2200 posted 14 years ago by blantonious
You need to insert this before the call of Cufon.replace
0 2228 posted 14 years ago by lurnid
2 1536 posted 14 years ago by alyssonweb
To identify whether javascript is disabled in IE or not
0 1289 posted 15 years ago by hairajeshk
http://code.google.com/p/domassistant/
0 1667 posted 15 years ago by c4ptivate
Fixes an issue if you have another login form on the page with a password field.
0 1538 posted 15 years ago by linusx
Returns window size as object. winsize.x = window width; winsize.y = window height;
1 1653 posted 15 years ago by djstaz0ne
0 1079 posted 15 years ago by smashu
XHTML 1.0 Strict deprecates the use of iframes in favor of objects. While this has gotten a lot of flack, iframes were never truly a part of HTML, just a proprietary element in Internet Explorer that eventually got universal support. Objects are a mo...
0 1515 posted 16 years ago by chrisdpratt
you can use this function for ie javascript bug. İt is switchin display with javascript
0 1197 posted 16 years ago by Thresh
A little bit of browser detection and some functions to get the viewport height and width, crossbrowser.
1 2459 posted 16 years ago by ShiftyP
Uses JScript
0 1245 posted 16 years ago by deepdown
There are several fixes out there that work in different ways, but none of them are perfect (especially regarding background images). Here's a list of the ones I've found that work reasonably well—try them out to find one that works for your w...
0 1060 posted 16 years ago by wizard04
If you've ever been frustrated at fixing multiple double margin / duplicate character bugs in your page, using this handy jQuery snippit, you can wipe them away instantly! This code requires the latest version of jQuery.
3 1661 posted 16 years ago by haxd
Developed as part of my DCODR experiments...
0 1124 posted 16 years ago by optimal
0 1014 posted 17 years ago by pollux
I've been using this little gem of a snippet for a few years, and it's never failed me.
1 1143 posted 17 years ago by bmayzure
Note that the comment is part of the code here. IE 5+ (including Mac) will evaluate to true by using conditional compilation.
0 1264 posted 17 years ago by cczona
2 1491 posted 17 years ago by xalexx
JS Fix for IE6 background image flickering on mouseover's
2 1488 posted 18 years ago by brentg
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
2 1147 posted 18 years ago by isaac
« Prev 1 2