[jQuery] Re: $("#mydiv").sortable is not a function error

2008-10-06 Thread AdrianMG
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 > $(".somed

[jQuery] Re: $("#mydiv").sortable is not a function error

2008-10-05 Thread GARIL
"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 >