It can be becaused the $ was used by another library like in wordpress
admin (if i am not wrong), $ is assigned to their own lib.

so try to use this : jQuery('#yourid').val(); :)

On May 6, 11:57 pm, motob <[EMAIL PROTECTED]> wrote:
> When ever I get the $ not defined error, its because my core jQuery
> library is not there, for example when I switch from jquery.pack to
> jquery.min and I forget to change the <script> tag reference in the
> <head>.
>
> Just double check that its properly referenced and that jQuery is
> listed above jquery.form.
>
> On May 6, 12:45 pm, "Jake McGraw" <[EMAIL PROTECTED]> wrote:
>
> > Could you provide an example of this online?
>
> > - jake
>
> > On Tue, May 6, 2008 at 12:33 PM, mdg583 <[EMAIL PROTECTED]> wrote:
>
> > >  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 ajaxForm to submit this form and put the
> > >  results into another div. This content that is finally loaded into
> > >  this next div div has a javascript function near the beginning, and at
> > >  the point in time when this script is reached, I find that "$ is not
> > >  defined".
>
> > >  This happened once before and I just worked around it, but that is
> > >  getting difficult.
>
> > >  Does anyone know why this would be?
>
> > >  I have jquery.form that says it requires jQuery v1.1 or later, and I
> > >  have jQuery 1.2.1.

Reply via email to