HTML highlight 代码前端高亮、代码美化 参考资料: 1. highlightjs 官方使用文档 2. highlightjs 代码各种风格 3. ckeditor 代码高亮插件 Code Snippet 官方使用文档 4.&n ... continue reading html zhuoyuebiji 2017/9/29 2191
Html clipboard.js 现代化的拷贝复制粘贴剪切文字 使用方法 请看官网:https://clipboardjs.com/ github: https://github.com/zenorocha/clipboard.js CDN 资源 资源地址:htt ... continue reading html zhuoyuebiji 2019/10/29 393
Html toastr.js 悬浮通知(h5 toast 提示) 资源地址 github: https://github.com/CodeSeven/toastr 官网:https://codeseven.github.io/toastr/ cdn 资源地址:https://w ... continue reading html zhuoyuebiji 2019/10/30 1931
Html prism.js 代码前端高亮、代码美化 Prism 官网 https://prismjs.com/ Django CKeditor Prism 插件下载 官方下载:http://download.ckeditor.com/prism/releas ... continue reading html zhuoyuebiji 2019/11/3 822
个性化(美化)博客园个人博客的显示效果 配置说明 https://bndong.github.io/Cnblogs-Theme-SimpleMemory/v1.1/#/ 资源地址   ... continue reading html zhuoyuebiji 2019/11/5 1548
JQuery 实现富文本的标题自动生成目录 参考文档 JQuery 实现自动生成二级目录 JQuery 点击事件回到页面顶部效果 配置步骤 content 内容的标题要固定某个号,如:h2 设置 content 内容 div 的 id 属性, ... continue reading html zhuoyuebiji 2019/11/6 973
丰富的 emoji 表情添加到代码中 官网: https://www.joypixels.com/ Chrome 插件名称: Emoji Keyboard by JoyPixels Chrome 中该插件使用: 选中 emoji 表情后就会 ... continue reading html zhuoyuebiji 2019/11/20 310
HTML a 标签的几种状态 默认状态 a a{text-decoration: none;} // 这个是设置a标签的默认状态去除下划线 已访问状态 a:visited a:visited{text-decoration: none ... continue reading html zhuoyuebiji 2019/11/21 429
404 页面使用腾讯公益 404 注意:django 404 自定义页面仅 debug = False 才生效 django 404、500 等配置文档: http://doc.codingdict.com/django/topics/http/views.ht ... continue reading html zhuoyuebiji 2019/11/21 544
HTML 锚点与跳转 锚点 出处:http://www.divcss5.com/html/h50842.shtml 法一: 1. 设置锚点位置:<a name="miao"></a> 喵星人基地 ... continue reading html zhuoyuebiji 2019/11/25 185