a is undefinedfunction Lg(a){a=a.f[1];return a!=j?a:...);function gh(a){a[Dc]&&a[Dc][gc](a)}main.js (line 30)
jQuery(document).ready(function(){ jQuery('.imagecol').each(function(){ var t = jQuery(this).find('.wpcart_gallery .thickbox'); t.colorbox({ maxWidth :'90%', maxHeight :'90%', returnFocus : false }); jQuery(this).children('.thickbox').click(function(e){ var that = jQuery(this); e.preventDefault(); t.each(function(){ if (jQuery(this).attr('href') == that.attr('href')) { jQuery(this).click(); return; } }); }); });});
jQuery(document).ready(function(){ jQuery('.thickbox').colorbox({ maxWidth :'90%', maxHeight :'90%', returnFocus : false });});
jQuery(window).load(function(){ jQuery('.thickbox').colorbox({ maxWidth :'90%', maxHeight :'90%', returnFocus : false });});
http://goodwynbuilding.com/homes-for-sale/bishop-place-millbrook-communities/124-bishop-court-2/
"event.layerX and event.layerY are broken and deprecated in WebKit."
Is this something I need to fix in a javascript file?
Thanks
It's actually not an error, it's a warning message. It's because jQuery 1.6 references the event.layerX and event.layerY. Upgrade to jQuery 1.7 and the warning message will disappear.
Do you know why when I click those thumbnails the full size image is not popping up?
This error may be causing whatever other functions to stop working.
You see they are links, but they are not working.
Could the javascript above be saying that those anchor links are not defined?
Honestly, I'm not sure what the second function is trying to do, but just using code like this should work:
Want to take one more look?
And oddly the main image doesn't open when you click on it, so maybe try using a window load instead of a document ready:
Says "rel" is not used by the browers in any way.
I tried the window load.