How To: Using jQuery 1.3.2 in your addon

Talk about add-ons and extension development.
diegogc
Posts: 12
Joined: October 20th, 2010, 7:48 pm

Re: How To: Using jQuery 1.3.2 in your addon

Post by diegogc »

Thanks superm that worked! Although I see that I can manipulate chrome controls with $ like $('#myExtensionButtonId') . For everyone interested in this topic it works for me with jquery 1.4.3.
ilyakharlamov
Posts: 1
Joined: November 30th, 2010, 6:26 am

Re: How To: Using jQuery 1.3.2 in your addon

Post by ilyakharlamov »

Hi Guys
I created a special fork of jQuery that aims to be compatible with xul as well.
You can get the latest version here: https://github.com/ilyakharlamov/jquery-xul/wiki
Post Reply