Side navigation
#3555 closed enhancement (wontfix)
Opened October 30, 2008 07:44AM UTC
Closed November 20, 2010 10:55PM UTC
jQuery & XUL
Reported by: | milli | Owned by: | flesler |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Version: | 1.4.4 |
Keywords: | xml xul | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
there are several jQuery functions which doesn't work on XUL elements like append()...
A solution could be to change the namespace like
http://digitalmihailo.blogspot.com/2008/05/jquery-and-dynamic-html-in-xul.html
But this is not an elegant solution.
Better way:
$('vbox').append('test');
So, work directly with XUL elements isn't possible right now?
See https://developer.mozilla.org/en/XUL
Thx,
Milli
Attachments (0)
Change History (3)
Changed October 14, 2009 12:04AM UTC by comment:1
component: | unfilled → core |
---|
Changed November 17, 2010 05:28AM UTC by comment:2
keywords: | → xml xul |
---|---|
milestone: | 1.3 |
priority: | major → low |
version: | 1.2.6 → 1.4.4 |
Changed November 20, 2010 10:55PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
jQuery can’t use the *NS functions because IE doesn’t support them.