Is it possible to use jQuery to manipulate XUL elements?
- by user84047
I know its possible to integrate jQuery within mozilla addons, but are we able to manipulate (animate, move, adjust transparency, etc) xul elements themselves?
From what I understand, the mozilla addon can use jquery to manipulate html/dom elements, but not sure about xul elements.
All links and tips are appreciated,
-=Vin