472,146 Members | 1,422 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Jquery script gives error: "Object doesn't support this property or method" in IE

I'm using a jquery plugin Galleriffic in my page and it shows perfectly in all browsers except IE. The error says: "Object doesn't support this property or method"

The code I use for script activation is:
Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript">
  2.         $(document).ready(function() {
  3.  
  4.             var gallery = $('#thumbs').galleriffic({
  5.             delay:                     3000, // in milliseconds
  6.             numThumbs:                 2, // The number of thumbnails to show page
  7.             preloadAhead:              2, // Set to -1 to preload all images
  8.             });    
  9.  
  10.         });
  11.     </script>
  12.  
The line the error points to, as the culprit, is:

Expand|Select|Wrap|Line Numbers
  1. var gallery = $('#thumbs').galleriffic({
Can somebody help?
Aug 15 '10 #1
1 3302
gits
5,390 Expert Mod 4TB
do you use the latest version of the plugin and jQuery itself?
Aug 18 '10 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by =?Utf-8?B?U3dhcHB5?= | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.