I am trying to write a plugin for our company and want to use HTML, JS and CSS to build them. Is there a framework so I only have to build my plugins once and not have to build one for Firefox, one for Chrome, one for Safari and so on. Jetpack and Google Chromes extension engine seem very close to each other is there a framework or a compiler which alters the javascript code so it's compatible with more than one browser?
I want to use jQuery in the Plugins at least it would be nice.