Search and Top Navigation
#3325 closed bug (worksforme)
Opened September 09, 2008 09:35AM UTC
Closed September 15, 2008 10:45PM UTC
ui - not compatible with jQuery.noConflict()
Reported by: | daniel@zelisko.net | Owned by: | scottgonzalez |
---|---|---|---|
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.
Attachments (0)
Change History (2)
Changed September 14, 2008 02:23PM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
owner: | paul → scott.gonzalez |
priority: | major → blocker |
status: | new → accepted |
Changed September 15, 2008 10:45PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | accepted → closed |
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.