前端经验

JavaScript获取判断浏览器类型

!doctype html html head meta charset = utf-8 title 获取判断浏览器类型 / title script src = http://libs.baidu.com/jquery/1.11.3/jquery.min.js / script style div { color :blue;} / style / head body div style = color: #ccc; 您使用的...

前端经验

JS去除字符串中的所有空格

!doctype html html head meta charset = utf-8 title 去除字符串中的所有空格 / title script src = http://libs.baidu.com/jquery/1.11.3/jquery.min.js / script / head body script function Trim ( str ) { var result; result = str.replace...

前端经验

JQ鼠标悬停边框围绕动态显示效果

!doctype html html head meta charset = utf-8 title 鼠标悬停边框围绕效果 / title script src = http://libs.baidu.com/jquery/1.8.3/jquery.min.js / script style * { margin : 0 ; padding : 0 ; list-style :none;} img { border : 0 ; widt...

前端经验

jquery上传头像图片功能完整前端实例

!doctype html html head meta charset = utf-8 title jquery上传头像 / title script src = http://libs.baidu.com/jquery/1.11.3/jquery.min.js / script style / style / head body img id = pic style = width:100px;height:100px;border-radius:50%;...

前端经验

鼠标放上边框变虚转圈效果的案例

!doctype html html head meta charset = utf-8 title 鼠标放上边框变虚转圈效果 / title script src = http://libs.baidu.com/jquery/1.11.3/jquery.min.js / script style body { width : 400px ; height : 400px ; margin : 50px auto; } .box...

前端经验

jquery多图片上传预览可删除

!doctype html html head meta charset = utf-8 title jquery多图片上传预览 / title script src = http://libs.baidu.com/jquery/1.11.3/jquery.min.js / script style .imageDiv { display :inline-block; width : 160px ; height : 130px ; -webkit...