Re: [jQuery] $ is not defined

2009-11-02 Thread Michel Belleville
I'd say you your script may not be accessible through the relative url, or the relative url points somewhere else. Try using an url based on the server root : If you're running the app from the server's root and your jQuery script is accessible at http://www.your-server.com/javascripts/jquery-1

[jQuery] $ is not defined

2009-11-02 Thread Al Carnali
I’m having trouble running a simple JQuery script. When I run the script using a local version of the jquery-1.3.2.js file, I get a “$ is not defined” error. If I do the same thing using a version on the google.code server it works just fine. I’m sure that I’m referencing the correct

[jQuery] Re: Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)

2009-03-02 Thread SeeYou
Thanks! On 2 mar, 08:48, Mike Alsup wrote: > > > > > > You have to include jQuery *before* you include any plugins.

[jQuery] Re: Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)

2009-03-02 Thread Mike Alsup
> > You have to include jQuery *before* you include any plugins.

[jQuery] Error: jQuery is not defined (LINE 387) - BlockUI Plugin (v1.33)

2009-03-02 Thread SeeYou
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

[jQuery] "$ is not defined" error

2009-01-02 Thread Betty
I get this error in the Firefox error console: "$ is not defined". it points me to line $("div#respond>h3").html("Reply to"); I'm sure I've set jQuery properly because it works fine in other browsers and the other jQuery effects I use can work in Firefox. Only this part does not work. Actually, i

[jQuery] jquery is not defined (newbie)

2008-08-25 Thread Scott Phillips
I am trying to get datepicker plugin (http://eyecon.ro/datepicker/ #about) to work on a page, and I can't get it to work for some reason. I keep getting the following 2 errors: jQuery is not defined datepicker.js()()datepicker.js (line 819) [Break on this error] })(jQuery); datepicker.js

[jQuery] Re: jquery is not defined (newbie)

2008-08-24 Thread pedalpete
gin (http://eyecon.ro/datepicker/ > #about) to work on a page, and I can't get it to work for some reason. > I keep getting the following 2 errors: > > jQuery is not defined > datepicker.js()()datepicker.js (line 819) > [Break on this error] })(jQuery); > > da

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Wil Everts
Hi Marcos, In your markup you have: when you want: Your jquery include should be inserted BEFORE any other plugins/scripts. Best of Luck! Wil Everts [EMAIL PROTECTED]

[jQuery] Re: jQuery is not defined and fade

2008-05-22 Thread Ryura
You need to use the script src to jQuery before pngfix. On May 22, 7:18 pm, Marcos <[EMAIL PROTECTED]> wrote: > Im getting problems with Jquery. In firefox show jQuery is not > defined. I think that this is due to pngfix. But I dont lnow how to > solve. Another problem its wi

[jQuery] jQuery is not defined and fade

2008-05-22 Thread Marcos
Im getting problems with Jquery. In firefox show jQuery is not defined. I think that this is due to pngfix. But I dont lnow how to solve. Another problem its with fade and png transparencies with explorer. Can you help me. You can check it out in http://csshispano.com

[jQuery] $ is not defined

2008-05-06 Thread mdg583
Hi, I don't know where this problem is coming from, but I find that over the course of a few jquery AJAX operations and a ajaxForm submit, for a little while I find that "$ is not defined". Basically, I am loading a form into the current document using the jquery load function, and then setting up

[jQuery] $ is not defined error

2008-04-17 Thread dustinl
I get this error in the Firefox error console: "$ is not defined" and it points me to line $(document).ready( function() { I have the most up to date jQuery and I am pointing it to the correct location but I can't figure out why I get this error. Anybody else experience this?

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
th a website I have recently put online. The > address ishttp://www.pamelaneil.co.uk. I am using jScrollPane and > everything works fine in IE6 and IE7, but in Firefox the page just > hangs and Firebug shows this error: jQuery is not defined(no name) > ()jScrollPane.js (line 94). > > St

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
; > "> > > > On Fri, Feb 29, 2008 at 1:10 PM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > >  Hi, I need some help with a website I have recently put online. The > > >  address ishttp://www.pamelaneil.co.uk. I am using jScr

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Unfortunately changing the paths doesn't seem to make a difference. And I've noticed it's only happening on pages where the scrollbar shouldn't be displayed. For example this page works because the text is too big for the container div and needs scrollbars: http://www.pamelaneil.co.uk/index.php?

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > >  Hi, I need some help with a website I have recently put online. The > > >  address ishttp://www.pamelaneil.co.uk. I am using jScrollPane and > > >  everything works fine in IE6 and IE7, but in Fire

[jQuery] Re: Firefox Only Error..... jQuery is not defined..... jScrollPane.js (line 94)

2008-03-02 Thread [EMAIL PROTECTED]
Thanks for the replies on this. Unfortunately changing the URL doesn't make a difference. I've tried using the absolute path and tried just adding a starting slash. Another wierd thing is that it works on this page: http://www.pamelaneil.co.uk/index.php?option=com_content&task=view&id=13&Itemid=

[jQuery] $ is not defined error

2007-09-18 Thread Phil Glatz
I'm modifying the Drupal img_assist module, and trying to add a little jquery to the popup it creates. When I do, I get this error: $ is not defined When I view source, I see the jquery init code at the bottom of the html for both the page frameset, and for both of the framed pages (the popup us

[jQuery] "jQuery is not defined" in line 1400 in 1.3.1.1

2007-08-17 Thread R. Rajesh Jeba Anbiah
""jQuery is not defined" in line 1400" Now and then, I'm getting this error in FF. The line is: // Clean up added properties in IE to prevent memory leak if (jQuery.browser.msie) Is it a known issue or am I mistaken? TIA -- Email: rrjanbi

[jQuery] Re: firebug displays "jQuery is not defined" on page load

2007-06-08 Thread GianCarloMing
ou > > can change page by cklicking either on the link or the single project > > ROW. > > The "KKKT..." loads and your mouse pointer should be OVER a flash > > component. > > Now move your mouse OUTSIDE flash, the error pops up up in firebug. > > Says "

[jQuery] Re: firebug displays "jQuery is not defined" on page load

2007-06-06 Thread Mike Alsup
ect*. *I assigned the HREF .attr('href') of each link to a function, so you can change page by cklicking either on the link or the single project ROW. The "KKKT..." loads and your mouse pointer should be OVER a flash component. Now move your mouse OUTSIDE flash, the error pops up u

[jQuery] Re: firebug displays "jQuery is not defined" on page load

2007-06-06 Thread Sean Catchpole
I have a feeling the problem is with this code: /* highlight TR */ 25 $("#prj tr").mouseover(function(){ 26 $(this).addClass("over"); 27 }) 28 .mouseout(function(){ 29 $(this).removeClass("over"); 30 } 31 ); Try taking that out or changing it this: $("prj tr").hover( function(){ $(this).addClass

[jQuery] firebug displays "jQuery is not defined" on page load

2007-06-06 Thread GianCarloMing
your mouse pointer should be OVER a flash component. Now move your mouse OUTSIDE flash, the error pops up up in firebug. Says "jQuery is not defined". To me it is something related to mouseover-mouseout and flash. 2) Clic on "Parco di Valle Mentuccia". The project is locaded