jquery / jquery ui : $ is undefined -


i have file think jquery ui. mentions jquery in code condensed, it's hard tell.

i included both jquery1.6.2.js , custom.js. (confirmed both loading properly)

there sliding image panel works fine when both included, although message: $ undefined own code (not custom.js)

i read somewhere problem might need not include jquery, seems disable image slider. $ function seems work fine if remove custom.js, of course slide doesn't work.

any ideas?

make sure include jquery then jqueryui before plugins.


Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

java - Simple Command Line calculator -