MyBB Community Forums

Full Version: Inline Thread & ebay!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys

Another jQuery post I'm afraid!

Trying to get an eBay widget working. It uses jQuery for scrolling and I cannot work out where to place the 'no conflict' line, to still allow the scrolling but also get the 'inline thread moderation' working again.

Any thoughts?

Phil    [attachment=33007]
you can add the no conflict code after jQuery loading
(just after first </script> in the referred code segment - use a new line for the no conflict)
<script type="text/javascript">jQuery.noconflict();</script>
Hello .m.

Thank you, as always, for your kind help.

Adding the line in that location made no difference.

Any more thoughts?

Phil