Skip to content

Commit 8ca628a

Browse files
committed
Merge pull request #145 from pkane/browser-compatibility-faq
Browser Compatibility FAQ replicated from the docs site
2 parents bdf48af + 5e7a691 commit 8ca628a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

page/faq/browser_compatibility.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Browser Compatibility
3+
attribution: Remy Sharp
4+
status: needswork
5+
editrequired: 2
6+
source: http://docs.jquery.com/Browser_Compatibility
7+
---
8+
9+
##ABOUT BROWSER COMPATIBILITY
10+
11+
jQuery actively supports these browsers:
12+
13+
[Firefox Current](http://www.mozilla.com/en-US/firefox/) - 1 version
14+
[Internet Explorer](http://www.microsoft.com/windows/products/winfamily/ie/) 6+
15+
[Safari Current](http://www.apple.com/safari/) - 1 version
16+
[Opera Current](http://www.opera.com/browser/) - 1 version
17+
[Chrome Current](http://www.google.com/chrome/) - 1 version
18+
Any problem with them should be considered and reported as a bug in jQuery.
19+
20+
There are known problems with:
21+
22+
Mozilla Firefox 1.0.x
23+
Internet Explorer 1.0-5.x
24+
Safari 1.0-2.0.1
25+
Opera 1.0-9.x
26+
Konqueror
27+
28+
jQuery generally works with Konqueror and Firefox 1.0.x, but there may be some unexpected bugs since we do not test them as regularly.
29+
30+
##See Also
31+
32+
[Known Issues](http://docs.jquery.com/Known_Issues)
33+
34+
##ABOUT CSS AND BROWSER COMPATIBILITY
35+
36+
[CSS contents and browser compatibility](http://www.quirksmode.org/css/contents.html)
37+
[Comparison of layout engines](Cascading Style Sheets)](http://en.wikipedia.org/wiki/Comparison
38+
_of_layout_engines_%28Cascading_Style_Sheets%29)
39+
[Acid3](http://en.wikipedia.org/wiki/Acid3)
40+
[Diziler about CSS and Browser compatibility (Videos)](http://www.dizi-izle-film-izle.net/)

0 commit comments

Comments
 (0)