Uncaught TypeError
-
Hi Guys,
When loading my page the only error I have is the following:
Uncaught TypeError: $ is not a function
at autoptimize_7d81ce8….php:4369
(anonymous) @ autoptimize_7d81ce8….php:4369The affected line is the following:
;$(function($){"use strict";function insertParam(key,value){key=encodeURI(key);value=encodeURI(value);var kvp=document.location.search.substr(1).split('&');var i=kvp.length;var x;while(i--){x=kvp[i].split('=');if(x[0]==key){x[1]=value;kvp[i]=x.join('=');break;}}
I do not know what this error is, any solution?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Uncaught TypeError’ is closed to new replies.