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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -