It worked just fine :) Thanks a lot, you guys ^^
On Jul 9, 6:20 pm, Ricardo wrote:
> I was wondering how noone had noticed it. I know that application/
> javascript, which should be the current standard, does not work in IE.
> application/x-javascript probably doesn't as well.
>
> On a side note
Thanks for the tips :) Learning is always good ;)
I will try "text/javascript" and let you know the results ...
On Jul 9, 6:20 pm, Ricardo wrote:
> I was wondering how noone had noticed it. I know that application/
> javascript, which should be the current standard, does not work in IE.
> applic
I was wondering how noone had noticed it. I know that application/
javascript, which should be the current standard, does not work in IE.
application/x-javascript probably doesn't as well.
On a side note, you're wasting function calls, as you're already using
native element creation set the .id a
Why is the type attribute of the script tag set to
"application/x-javascript"
rather than
"text/javascript"
?
on 09/07/2009 21:40 Paulodemoc said::
the address to js is correct, it opens just fine.
I created a new document:
http://www.w3.org/1999/xhtml";>
Astral
alert($);
and
the address to js is correct, it opens just fine.
I created a new document:
http://www.w3.org/1999/xhtml";>
Astral
alert($);
and it also showed the error message saying that $ is not defined.
but on firefox, it showed:
function (selector, context) {
return new (jQuery.fn.init)(s
So now enter this in IE's address bar:
http://servidor/astral/web/js/jquery.js
Does it load?
If yes, then create this document:
http://servidor/astral/web/js/
jquery.js" type="application/x-javascript" >
alert($);
What does it alert?
Make sure IE's settings are such that errors will
The generated code is
http://servidor/astral/web/js/
jquery.js" type="application/x-javascript" >
I tryied to add the
alert('jQuery not loaded');
but no alert was shown
But still, the error persists...
I will paste here the full code, so you guys can see:
http://www.w3.org/
TR/xhtml11/DTD
On Jul 9, 3:14 pm, Paulodemoc wrote:
> Hello all... i have correctly included all scripts, and I am using
> jQuery 1.3.2
> i have included the script like that:
>
View the source of the generated page, find the url in the
tag, and enter it in manually to see if jQuery loads.
Your script url ma
Hello all... i have correctly included all scripts, and I am using
jQuery 1.3.2
i have included the script like that:
and the code that's causing the error is between simple ... tags.
I think using $(function() instead won't work, because what's
causing the error is the $ part...
I tryied it
On Jul 9, 2:55 pm, expresso wrote:
> Also, do you really have
Also, do you really have in there like you are showing? Or
do you actually have