mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
b36cbc745b
- Factory builder redesigned to pass in window and document to the factory method, mandating a small update to the AMD and Browser loaders - Main change in is the CommonJS loader which can now optionally have a window object passed in - if it is not passed in `window` will be used (if this is the case in a CommonJS environment without a root object being passed in an error will occur). - DataTables caches a reference to the jQuery instance so the plug-ins can easily reference jQuery while retaining their current return of the module they define. This basically means that DataTables core will include jQuery for the plug-ins. - This does increase the core library size by ~160 bytes which is rather frustrating, but I think this is the correct way to go about it - With thanks to Evan Carroll for input on this: https://github.com/DataTables/Plugins/issues/199 |
||
---|---|---|
.. | ||
css | ||
images | ||
js |