Getting uncaught TypeError: load is not a function

I want to use the same script in edge and IE 11. When I am change the document mode to 7 then it’s working fine. Using PHP framework and write HTML tags in .tpl files. Both HTML tags and script is there in that file only.

Function hadleload(){
SpnFilterData.load("Filter data");
}

Please help me to run this code on edge and IE 11.

Have you got jQuery loaded?

What is “Filter data”?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.