Hi!
I've been struggling with a apparent jquery conflict at
http://www.chefsconsortium.com. In Chrome the error displayed in the javascript console is: Uncaught TypeError: Object [object Object] has no method 'showHide' which points to $('.show_hide').showHide({. However the sliding panel still works, though in the IE and Firefox the sliding panel doesn't appear at all with the error: $(".show_hide").showHide is not a function
[Break On This Error] hideText: 'Close' // the button text to show when a div is open.
The conflict occurs whenever a background stretcher script is used: $('#thetheTopPanel').
Any help would be great! Thanks.