Bug Tracker

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 dmethvin

Component: unfilledcore

comment:3 Changed 12 years ago by snover

Keywords: xml xul added
Milestone: 1.3
Priority: majorlow
Version: 1.2.61.4.4

comment:4 Changed 12 years ago by snover

Resolution: wontfix
Status: newclosed

jQuery can’t use the *NS functions because IE doesn’t support them.

Note: See TracTickets for help on using tickets.