I'm working on a page with so many libraries includes, obviously many different developer made their own touches to it, here are the includes
js/jquery-1.4.2.js
js/script.js
js/jquery.nivo.slider.pack.js
js/cufon-yui.js
js/cufon-replace.js
Myriad_Pro_400.font.js
js/Myriad_Pro_Cond_700.font.js
js/Myriad_Pro_700.font.js
js/jquery.prettyPhoto.js
js/imagepreloader.js
js/SpryAccordion.js
jQuerytimefield/src/jquery.ptTimeSelect.js
fancybox/jquery.mousewheel-3.0.4.pack.js
fancybox/jquery.fancybox-1.3.4.pack.js
js/jquery-ui-1.8.9.custom.min.js
I need to add selectable functionality to rows on the table, when I just add those 2 lines:
<script src="js/selectable/jquery-1.8.3.js"></script>
<script src="js/selectable/jquery-ui.js"></script>
the page doesnt show anything onload, when I check the javascript console here is what I get
I had no clue what to do, I just thought to use jquery.noConflict() but it didnt work.
Any ideas ?