Solution for getting error in less than IE9 does not support querySelectorAll

You have to include the below lines,

Quirks mode: this is usually triggered by a missing or broken Doctype. If this is the case, make sure your page starts with the following:
<!DOCTYPE html>


Compatibility mode (IE7 mode): This may be triggered if you're viewing the page locally (ie running it on your local machine, eg for testing, or on your local network). In this case, you are being hit by an IE config setting that you should disable. Go to the Tools menu, and pick the Comaptibility View Settings option. Untick the compatibility options, and the page should start working.

Compat mode may also be triggered (or avoided) by an X-UA-Compatibility meta tag. If you're having trouble with compatibility mode, this is a good way to avoid it: Add the following line to your code:


<meta http-equiv="X-UA-Compatible" content="IE=edge"> 


Src: http://stackoverflow.com/questions/16920365/ie8-does-not-support-queryselectorall


Comments

Popular posts from this blog

Ghostscript Installation and Configuration in Windows 7

Joomla - Get user id