Uncaught TypeError: $ is not a function
-
Everytime I activate autoptimize I get this in my console
Uncaught TypeError: $ is not a function
jQuery(document).on(‘click’, ‘input[type=”checkbox”][name*=”app_candidate_sel”]’, function () {
var checked_box_count = jQuery(‘input[type=”checkbox”][name*=”app_candidate_sel”]:checked’).length;
if (checked_box_count > 0) {
jQuery(“#jobsearch-export-pdf”).show();
} else {
jQuery(“#jobsearch-export-pdf”).hide();
}
});</script> <script type=”text/javascript”>$(document).ready(function () {
‘use strict’;The page I need help with: [log in to see the link]
The topic ‘Uncaught TypeError: $ is not a function’ is closed to new replies.
