javascript error
-
When using Chrome for inspecting, I notice some jQuery errors:
Uncaught ReferenceError: jQuery is not defined
at (index):86
(anonymous) @ (index):86
(index):283 Uncaught ReferenceError: jQuery is not defined
at (index):283
(anonymous) @ (index):283
(index):326 Uncaught ReferenceError: jQuery is not defined
at (index):326
(anonymous) @ (index):326Line 86-88 are:
jQuery(document).ready(function(e) { jQuery("body").addClass("sfsi_plus_2.98") });
Line 283 contains long code, but it’s also for the plugin
<div class="sfsiplus_norm_row sfsi_plus_wDiv" style="width:225px;text-align:left;position:absolute;">
Line 326:
jQuery( document ).scroll(function( $ ) { var y = jQuery(this).scrollTop(); if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
While the plugin seems still working, I wonder what are those errors and should they be fixed?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘javascript error’ is closed to new replies.