jQuery UI noConfict();
jQuery UI noConfict();
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.