====== jquerymigrate Plugin ====== ---- plugin ---- description: Adds production/development version of jquery-migrate script to DokuWiki author : phy25 email : dokuwiki@phy25.com type : action lastupdate : 2020-02-23 compatible : Greebo depends : conflicts : similar : jquery tags : embed, javascript downloadurl: https://github.com/phy25/dokuwiki-plugin-jquerymigrate/zipball/master bugtracker : https://github.com/phy25/dokuwiki-plugin-jquerymigrate/issues sourcerepo : https://github.com/phy25/dokuwiki-plugin-jquerymigrate/ donationurl: https://phy25.com/donate/ screenshot_img : ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== After you install the plugin, it should inject automatically to the page, and use CDN accordingly based on your [[config:jquerycdn]] setting. One advantage that developers use this plugin over the builtin jquery-migrate, is that you can choose to use the development, uncompressed version of jquery-migrate, so that you could fix warnings of jquery-migrate and eventually get rid of this extra dependency. ===== Configuration and Settings ===== * **version**: jQuery migrate version that the plugin will load, if you are using CDN (if [[config:jquerycdn]] is set to local, it will always load a version bundled with the plugin). Default is the latest one as of the plugin is published. * [[config:jquerycdn]]: decides which origin the plugin should use, between cdnjs, jquery and local. * [[config:compress]]: Load production, compressed version of jquery-migrate. Set this to off will help showing all warnings that developer can use to fix deprecated method usage. ===== Change Log ===== {{rss>https://github.com/phy25/dokuwiki-plugin-jquerymigrate/releases.atom date description}} ===== Known Bugs and Issues ===== See GitHub issue tracker above. ===== Discussion ===== Please use GitHub issue tracker for discussions, above.