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
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
Thanks!
On 2 mar, 08:48, Mike Alsup wrote:
> >
> >
>
> You have to include jQuery *before* you include any plugins.
>
>
You have to include jQuery *before* you include any plugins.
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
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
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
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
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]
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
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
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
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?
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
; > ">
>
> > 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
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?
, [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
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=
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 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
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 "
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
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
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
24 matches
Mail list logo