jQuery builder

jQuery builder

Hi,

I try to develop for a customer some WebWorkers to made some ajax request. The problem is that I can't load jQuery because it try to plug on the window object.

And often, I use jQuery only for the DOM ready event and to send some Ajax requests (and use some utilities function, like isFunction, noop ...).

Can we have a builder, where we can choose what part of the core we want to load (core, utilities, ajax, manipulation, transformation, animation ...) ?

And this builder can have an option where the jQuery object is not plug on the window object ? ((I think the AMD approach is quiet fine, even for the WebWorkers:  http://stackoverflow.com/questions/11403161/can-i-load-amd-modules-inside-a-webworker)

Best regards

Julien Roche