On Aug 27, 12:43 pm, oscar esp <[EMAIL PROTECTED]> wrote: > Just to begining I got some error when I load some pluguins. All > errors are related with $... > When I try to execute the same code with 1.1.4 I get some errors: By > example loading jQeury-calendar.js > > Runtime error: $.fn is null or not an object...
This error happens when your jQuery file is not loading. Double-check the name/path of your jQuery include file. If you are using firebug, be aware that firebug unfortunately does not show include failures as a script error - you need to look at the Net tab to see the error.