- Code: Select all
jQuery(...).on is not a function
jQuery('a[href*="#"]').on('click', function (e) {
jQuery(...).on is not a function
jQuery('a[href*="#"]').on('click', function (e) {
teitbite wrote:Hi
Function "on()" is a standard jQuery function, so it's either a wrong jQuery library loaded or something is conflicting with it. Try install Easy jQuery plugin and force one jQuery library version only.