Works for me: http://jsbin.com/eroso
source: http://jsbin.com/eroso/edit - Richard 2009/10/14 Aurelijus Valeiša <[email protected]> > > Hi, > I have problems using jquery ui with noConflict. Probably I don't get > it, maybe you can help me. > Code example: > var $getinJ = jQuery.noConflict(); > $getinJ(function() { > $getinJ("#droppable").droppable({ > drop: function(event, ui) { > > $getinJ(this).addClass('ui-state-highlight').find('p').html > ('Dropped!'); > } > }); > }); > > > jQuery works perfectly, hwoever jquery ui functions works only with $. > I'm using 1.7.2 from google cdn. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
