Posiadam konflikt lightboxa jquery ze sliderem facebooka, ktory rowniez jest wykonany w jquery.
<script type="text/javascript"> $(function() { // Use this example, or... $('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel }); </script> <script type="text/javascript"> $(document).ready( function() { $("#fb").mouseenter(function() { $(this).stop().animate({right: 0}, "normal"); }).mouseleave(function() { $(this).stop().animate({right: -205}, "normal"); });; }); </script>
Wiem, że należy wykonać jQuery.noConflict(); ale nie wiem jak to zrobić. Pomoże ktoś?