jQuery rapid development framework
The original project is no longer maintained. This project only provides project demonstrations and personal modifications.
[TOC]
Note: Since the demo project does not support post requests, failure feedback will appear for all POST requests in the demo.
This project has added a new theme, click the tree button on the upper right to select
You can configure BJUI/themes/teal/variables.less
@coreColor
color value to configure your own color style page
git clone [email protected]:JZaaa/BJUI.git
BJUI
directory is the production file for this project The 1.x version of this project is incompatible with the original bjui version, please do not overwrite and upgrade. Generally, version
1.x
can be directly overwritten and upgraded. Please check the update log for specific update content.
After modifying the B-JUI sub-module and testing it, you can compress and merge the files through uglifyjs
. The following is the uglifyjs3
compression method.
Note: Please back up the original bjui-all.js file .
npm install uglify-js -g
// 压缩(在BJUI/js目录下,请备份原bjui-all.js文件)
uglifyjs jquery.cookie.js bjui-core.js bjui-regional.zh-CN.js bjui-frag.js bjui-extends.js bjui-modulefixed.js bjui-basedrag.js bjui-slidebar.js bjui-layout.js bjui-contextmenu.js bjui-navtab.js bjui-dialog.js bjui-taskbar.js bjui-ajax.js bjui-alertmsg.js bjui-pagination.js bjui-util.date.js bjui-datepicker.js bjui-ajaxtab.js bjui-tablefixed.js bjui-tabledit.js bjui-spinner.js bjui-lookup.js bjui-upload.js bjui-theme.js bjui-initui.js bjui-plugins.js -c -m -o bjui-all.js