A DirectAdmin plugin providing panel-wide access to jQuery in plugins and skins. Use this plugin when your other plugins and|or skins require jQuery.
git clone https://github.com/websafe/dap-asset-jquery.git
cd dap-asset-jquery
ant clean
ant setup
ant build
sudo ant release
git clone https://github.com/websafe/dap-asset-jquery.git
cd dap-asset-jquery
npm install
node_modules/.bin/bower update
node_modules/.bin/grunt
Embed jQuery 2.x:
<script src="/CMD_PLUGINS/websafe-dap-asset-jquery/jquery.raw"></script>
Embed jQuery 1.x:
<script src="/CMD_PLUGINS/websafe-dap-asset-jquery/jquery.raw?version=legacy"></script>
Directadmin is a registered trademark of JBMC Software.