Skip to content

Commit 83a56b7

Browse files
authored
Create get browser screen size - ViewPort (notes).txt
1 parent a86dc9b commit 83a56b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
http://blog.jquery.com/2012/08/30/jquery-1-8-1-released/
3+
4+
Don’t use Quirks mode! jQuery has never supported Quirks mode and we do not perform any testing in Quirks.
5+
This can affect values like $("window").height(), and the jQuery 1.8 Quirks mode results did change in order to support some modern browser features.
6+
The majority of problem cases we’ve seen are from developers that wanted to be in Standards mode but had an invalid doctype or extraneous markup before their <html> tag.
7+
When in doubt, use the simple and short <!doctype html>.

0 commit comments

Comments
 (0)