javascript Uncaught TypeError: $ is not a function
-
Uncaught TypeError: $ is not a function
wrong
$(document).ready(function(){
->
jQuery(document).ready(function($){
- The topic ‘javascript Uncaught TypeError: $ is not a function’ is closed to new replies.