摘要:
$(".l_val").focus(function(event) { var _val=$(this).attr('data-value'); if ($(this).val()==_val) { $(this).val('').removeClass('l_color'); }; }); $(".l_va... 阅读全文
摘要:
$(function () { document.onmousedown = function () { var oBox = document.getElementById("box"); var e = e || window.event; var x = e.clientX; var _left = parseI... 阅读全文
摘要:
background: -webkit-linear-gradient(#0f86d4, #0d64bd); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#0f86d4, #0d64bd); /* Opera 11.1 - 12.0 * 阅读全文
摘要:
//界面高度自适应 var headHeight=$(".header").height();//头部高度 var mainHeight=$(".mainContent").outerHeight()+40;//内容区域高度 var minHeight=$(window).height()-head 阅读全文
摘要:
.container{ overflow: hidden;}.con-left{ float: left; width: 200px; background-color: red; background:#d3daf8 ; position: relati... 阅读全文
摘要:
$(function () { $(".select-default").selectOpen();});$.fn.selectOpen = function () { var singleSelect = function (parentObj) { parentObj.... 阅读全文
摘要:
new Date();Date.prototype.Format = function (fmt) { var arr = { "y+": this.getFullYear(), "m+": this.getMonth() + 1, "d+": thi... 阅读全文
摘要:
这个我不懂,男朋友给我讲了一遍,我还是不太明白,于是自己带入实例一个一个理了一遍,写上了很详细的注释,如果有人能看到,并且和我一样不太理解,希望看到这个就都能懂哈,哎学习中的菜鸟伤不起~var countArr = [1, 2, 1];function unique(arr) { var re... 阅读全文