摘要: .login-box{width: 100%; height: 520px; background: url(/static/designs/img/login-bg.png) no-repeat center;} 阅读全文
posted @ 2019-11-13 11:28 lujialin666 阅读(147) 评论(0) 推荐(0) 编辑
摘要: var addCartJS = { init:function(){ addCartJS.flyMovie(); }, flyMovie: function(){ !function(a){a.fly=function(b,c){var d={version:"1.0.0",autoPlay:!0, 阅读全文
posted @ 2019-09-11 17:48 lujialin666 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1.需求:经常要动态加载dom节点,加载之后的节点当然也会有一些绑定事件的需求,今天给一个事件绑定hover,用jQuery,竟然没有生效。先上没有生效的代码 2.问题出在哪里了? on函数传的参数不对?查查文档呗,我看或不看他,他都在那里,我看他,或许可以帮助我解决问题,我不看他,依旧稀里糊涂 阅读全文
posted @ 2019-09-03 15:31 lujialin666 阅读(580) 评论(0) 推荐(0) 编辑
摘要: <link rel="shortcut icon" href="${staticResourcePath }/designs/favicon.ico"> 阅读全文
posted @ 2019-09-03 09:43 lujialin666 阅读(235) 评论(0) 推荐(0) 编辑
摘要: html:<div class="search pull-left"> <div class="search-left pull-left"> <i class="sear-icon pull-left"></i> <input class="search-inp pull-left sso_wk" 阅读全文
posted @ 2019-08-27 10:22 lujialin666 阅读(127) 评论(0) 推荐(0) 编辑
摘要: (function(window, factory) { var _; if(typeof window._ 'function') { _ = window._; } else { _ = function(obj) { if (obj instanceof _) return obj; if ( 阅读全文
posted @ 2019-08-27 10:16 lujialin666 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 传参页面:$.go('/jdproduct/getsearchproduct?content='+encodeURI(encodeURI(content))+''); 接受页面:var keyWord = _.getRequestByName('content')?decodeURI(_.getRe 阅读全文
posted @ 2019-08-27 10:14 lujialin666 阅读(88) 评论(0) 推荐(0) 编辑