Hello all... i have correctly included all scripts, and I am using
jQuery 1.3.2
i have included the script like that:
<script language="javascript" src="<?php echo base_url();?>js/
jquery.js" type="application/x-javascript" ></script>
and the code that's causing the error is between simple <script>...</
script> tags.
I think using $(function().... instead won't work, because what's
causing the error is the $ part...
I tryied it on IE7 and 8 and all accused the same error =/

On Jul 9, 5:07 pm, Matt Kruse <m...@thekrusefamily.com> wrote:
> On Jul 9, 2:55 pm, expresso <dschin...@gmail.com> wrote:
>
> > Also, do you really have <script> in there like you are showing?  Or
> > do you actually have <script type="text/javascript"> ?
>
> Wouldn't matter anyway.
>
> Most likely cause is that the jQuery code itself is erroring out,
> causing $ to be undefined.
>
> What version of jQuery? What version of IE? Have you looked at your js
> errors?
>
> Create a page with _only_ jQuery in it, load it in your IE, and see if
> it cases an error.
>
> Matt Kruse

Reply via email to