jquery/jquery-color

"TypeError: undefined is not a function" when using 2.1.1 compressed

stevenwoodson opened this issue · 2 comments

Getting this error "Error: TypeError: undefined is not a function" when I try to load the compressed version located at http://code.jquery.com/color/jquery.color.plus-names-2.1.1.min.js

I can take the uncompressed version and run it through http://dean.edwards.name/packer/ and that works fine.

Looks good to me - are you including jQuery first? http://jsfiddle.net/danheberden/yNrTQ/

Yes I am, though I'm also loading other plugins with this one in the same file. There must be some sort of interaction going on there that's throwing it off. Strange that using packer somehow sidesteps that.