pbootcms去除ueditor编辑器图片自动添加的title和alt属性
来源:AB模板网
pbootcms后台使用的是百度ueditor编辑器,ueditor上传图片会自动添加title、alt属性,属性值为源图的文件名,pbootcms模板中title为图片上传后的一串日期数字名称,从SEO和用户体验角度来说都不好。我们如果想去掉这个属性要怎么操作呢?
g.setAttribute("title",f.title||""),g.setAttribute("alt",f.original||"") |
g.setAttribute("title",""),g.setAttribute("alt","") |
g.removeAttribute("id"), |
g.removeAttribute("title"), |
{CORE_DIR}/extend/ueditor/ueditor.all.min.js |
{CORE_DIR}/extend/ueditor/ueditor.all.min.js?v=1 |
栏 目:PbootCMS
下一篇:windows系统配置nginx环境运行pbootcms访问首页直接404的问题
本文标题:pbootcms去除ueditor编辑器图片自动添加的title和alt属性
本文地址:https://zz.feitang.co/CMSjiaocheng/36749.html
您可能感兴趣的文章






