[jQuery] jQuery expander won't work in Safari?

2009-11-30 Thread trigramnorth
Hi, I'm using the code found here for jQuery expander:
http://plugins.learningjquery.com/expander/

It seems to work fine in Firefox but not in Safari. Can anybody help
me figure out why?

Demo link: 
http://www.howtohostamurder.com/index.php?option=com_contentview=articleid=51


Re: [jQuery] jQuery expander won't work in Safari?

2009-11-30 Thread Karl Swedberg
It looks like you might be getting a JavaScript error due to a  
conflict between Mootools and jQuery. Not sure why it's happening in  
Safari, but not Firefox. This is the error that appears in Safari's  
error console:


53TypeError: Result of expression '($(filter)|| 
document).getElementsBySelector' [undefined] is not a function.


--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 30, 2009, at 2:49 PM, trigramnorth wrote:


Hi, I'm using the code found here for jQuery expander:
http://plugins.learningjquery.com/expander/

It seems to work fine in Firefox but not in Safari. Can anybody help
me figure out why?

Demo link: 
http://www.howtohostamurder.com/index.php?option=com_contentview=articleid=51