0

I am using Codeigniter + TwitterBootstrap +jquery

Whenever i add any javascript plugin be it Uploadify(flash version), ratty, Tagit, tagsManager

The initialize function always throw this kind of error:

Uncaught TypeError: Object [object Object] has no method 'tagsManager' 
(anonymous function) 
c 
p.fireWith 
b.extend.ready 
H 

Kindly advise as to what i am doing wrong!

4

1 回答 1

1

this means the browser couldn't find method tagsManager and that means your script has not been loaded properly... make sure you load all your required js like jquery or tagsmanager scripts in head.... before it is called...

于 2013-03-20T19:15:04.857 回答