Opened 15 years ago

Closed 15 years ago

#3325 closed bug (worksforme)

ui - not compatible with jQuery.noConflict()

Reported by: [email protected] Owned by: Scott González
Priority: blocker Milestone: 1.7
Component: ui.core Version: 1.6b
Keywords: Cc:
Blocked by: Blocking:

Description

Hello,

it seems that ui is not compatible with jquery.noConflict();

I use something like this: var $j = jQuery.noConflict();

but then ui gives me: TypeError: $(element).bind("setData." + name, function (e, key, value) {return self.setData(key, value);}) is undefined

in firebug, when trying to use sortable.

Change History (2)

comment:1 Changed 15 years ago by Scott González

Milestone: TBD1.6
Owner: changed from paul to scott.gonzalez
Priority: majorblocker
Status: newaccepted

comment:2 Changed 15 years ago by Scott González

Resolution: worksforme
Status: acceptedclosed

This works for me. Please review how to use jQuery.noConflict(). If you continue to have problems, feel free to post a test page showing the problem.

Note: See TracTickets for help on using tickets.