SharePoint 2013: Object doesn't support property or method 'querySelector'

Hi,

It is unfortunate to share that SharePoint 2013 is not supported by <IE8 browser versions. In case you got this error: "Object doesn't support property or method 'querySelector' " while loading the site page that means you have to go to new version of browser.

This error encounters because of init.js file under layouts scripts which uses the java script query selector as shown below:

1

So getting rid of this error is impossible as Microsoft never checked IE7 compatibility while releasing this new version of SharePoint 2013. In case your customers are bound to use this browser then you have to coordinate with Microsoft guy to handle this issue.

I am not sure but there is one another way to get rid of this. Some people have used some tools like sizzle for same.

Comments

  1. hi, any results on this?

    ReplyDelete
  2. Hi Mohammad,

    As SP is not supporting IE7, so I didn't tried to find the solution. But if you find any solution then please share.

    ReplyDelete
  3. if (typeof browseris !== 'undefined') {
    browseris.ie = false;
    }

    ReplyDelete

Post a Comment

Popular posts from this blog

Hide Ribbon on SharePoint 2013 using CSS

Get Comment Count in SharePoint

Configure external site as content sources in sharepoint search