Is it possible to use jQuery to manipulate XUL elements?

前端 未结 6 860
一向
一向 2020-12-08 05:30

I know its possible to integrate jQuery within Firefox addons, but are we able to manipulate (animate, move, adjust transparency, etc) XUL elements themselves?

From

6条回答
  •  借酒劲吻你
    2020-12-08 06:18

    I was wondering this myself recently. Obviously the DHTML doesn't make sense, but the basic syntactic sugar and things are rumored to work.

    • There is this jQuery on XUL discussion from the jQuery group which indicates that it loads up with some exceptions.
    • Also see this slightly more recent blog post about jQuery and DHTML in XUL. That person is going after the HTML within the XUL which is not exactly what you need but he does have good information.

提交回复
热议问题