|
|
Custom JS into View error
Started by: davideE-4
in: Toolset Professional Support
Quick solution available
Problem:
The user was getting the error "Uncaught TypeError: $ is not a function" in their custom jQuery function.
Solution:
Given the error that you are getting you will need to run the jquery script in compatibility mode. In this case just replace $ with jQuery.
|
|
2 |
3 |
5 years ago
davideE-4
|