UI框架及组件
JQuery
对append()生成的元素,事件绑定
$('#append-button').on('click',function () {
// ...
})
ajax 请求成功,但是success无效
相关博客:https://www.cnblogs.com/vitoboy/p/12729726.html
Layui
Layui已于2021.10.13日关闭并开源
gitee地址:https://gitee.com/sentsin/layui
BootStrap
BootStrap需要依赖于JQuery才能运行
主要的知识点是栅格化布局(1行分为12列)
相关模板网站:
bootstrap开源模板:
EasyUI
pdfjs
该插件能实现前端页面在线预览PDF文档
地址:http://mozilla.github.io/pdf.js/
Echarts
官网:https://echarts.apache.org/zh/index.html