jquery - $.widget is not a function -


i want make use of dragable elements.. load page this

$.widget not function 

the code

<script src="js/jquery/jquery-1.6.js" type="text/javascript"></script>  <script src="js/jquery/jquery.ui.core.js" type="text/javascript"></script> <script src="js/jquery/jquery.ui.draggable.js" type="text/javascript"></script> <script src="js/jquery/jquery.ui.mouse.js" type="text/javascript"></script> <script src="js/jquery/jquery.ui.widget.js" type="text/javascript"></script> 

also take @ answer using a google hosted version. if can that, lot of benefits (see here).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -