SyntaxFix
Write A Post
Hire A Developer
Questions
That is because you are trying to access the plugin before it's loaded. You should try making a call to it when the DOM is loaded by surrounding it with this:
$(document).ready(function(){ $("#colorpicker").colorpicker(); }