Sorry I wrote with error the question... the answer for my problem was
that I copied some jQuery UI code in the jquery.js that's all :P

Thank you!

On 5 oct, 23:09, GARIL <[EMAIL PROTECTED]> wrote:
>  "somediv" should be preceded either by "#" or "." like so...
>
> $("#somediv");
> or
> $(".somediv");
>
> On Oct 5, 4:00 pm, AdrianMG <[EMAIL PROTECTED]> wrote:
>
> > Hi guys! I was working with jQuery 1.2.6 development and firebug didnt
> > report me anybug. Now I am trying to move to 1.2.6 production, but
> > firebug reports me 2 erros related with "$("somediv").sortable is not
> > a function... What can I do? :S

Reply via email to