[jQuery] Re: Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)
Thanks! On 2 mar, 08:48, Mike Alsup wrote: > > > > > > You have to include jQuery *before* you include any plugins.
[jQuery] Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)
I am trying to run a simple call to jQuery BlockUI Plugin (v1.33), but this give error: Error: jQuery is not defined (LINE 387) - Line: 387, see above: . .. . function sz(el, p) { return parseInt($.css(el,p))||0; }; })(jQuery); (LINE 387) However I am importing correctly the JQUERY,