I am developing a project with Yii.
I need to use jquery ui on many pages of the site. Therefore, I am adding the jquery core library and jquery ui library to the site layout so that I can access them on all pages.
But this causes a problem on pages that have a form (active form). I see this error on firebug:
jQuery(...).activeform is not a function
why is that? How can I solve it?
Thanks.
source share