Opened 14 years ago
Closed 12 years ago
#3555 closed enhancement (wontfix)
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
Change History (3)
comment:2 Changed 13 years ago by
Component: | unfilled → core |
---|
comment:3 Changed 12 years ago by
Keywords: | xml xul added |
---|---|
Milestone: | 1.3 |
Priority: | major → low |
Version: | 1.2.6 → 1.4.4 |
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jQuery can’t use the *NS functions because IE doesn’t support them.