javascript - jQuery dialog box and fancy box conflict -


i using fancybox in same page have used jquery dialog box

$(document).ready(function () {         jquery.noconflict();         $(".fancybox").fancybox(             $("#productquickview").css("display","")         );         $("#fbclose").click(function () { $.fancybox.close(); });      }); 

but unable use dialog box

  <script src="../javascript/jquery-1.8.0.min.js"></script>   <script src="../javascript/jquery.fancybox.js"></script> 


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -