Does the same issue occur with more recent versions of 6.0? Blair
On Thu, Sep 5, 2013 at 11:37 AM, Xiaofeng Liu <[email protected]>wrote: > Hi, > > I'm experiencing a strange JavaScript error within FarCry webtop. I'm > running core 6.0.15. > > The error occurs only in IE 7 and 8 but not in FF and Chrome etc. > > Below is the error details: > > Message: Object doesn't support this property or method > > and it's from: > > / > cache/jquery-tooltip-auto--0-D41D8CD98F00B204E9800998ECF8427E-D41D8CD98F00B204E9800998ECF8427E-901247D66E9DB1B383725F7CFB6C5061.js > > which contains this code: > > jQuery(function(){ > > > jQuery('a[title],div[title],span[title],area[title]').not('.fancybox,.nojqtooltip').tooltip({ > > delay: 0, > > showURL: false > > }); > > }); > > I found the the original JS code before it gets written to cache folder is > within: > > /core/farcry/packages/lib/registerLibraries.cfc: > > > <skin:registerJS id="jquery-tooltip-auto"> > > <cfoutput> > > jQuery(function(){ > > > jQuery('a[title],div[title],span[title],area[title]').not('.fancybox,.nojqtooltip').tooltip({ > > delay: 0, > > showURL: false > > }); > > }); > > </cfoutput> > > </skin:registerJS> > > > Can anyone please help? > > Thanks, > -- > Best regards, > > Xiaofeng,^_^ > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry > --- > You received this message because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
