(index):474 Uncaught TypeError: $ is not a function at (index):474 code example
Example: VM1188:1 Uncaught TypeError: $ is not a function at :1:1
jQuery(document).ready(function($){
//you can now use $ as your jQuery object here
});
jQuery(document).ready(function($){
//you can now use $ as your jQuery object here
});