Skip to content Skip to sidebar Skip to footer
Showing posts with the label Standards

Jquery Class Selectors Like $(.someclass) Are Case Sensitive?

Given this HTML: some text Why does this JQuery selector match it on some browsers and some pages… Read more Jquery Class Selectors Like $(.someclass) Are Case Sensitive?

ClientHeight Returns Different Values Depending On The Mode IE8 Is In

In a javascript function I use document.body.clientHeight to get the height of the body. Now depend… Read more ClientHeight Returns Different Values Depending On The Mode IE8 Is In