<header> <div class="am-g am-g-fixed"> <ul class="am-avg-lg-2 topbar flipInY animated"> <li> <small class="diff1">全国连锁:</small> <a href=""> <small>南京</small> <…
<style> .nav { border-right:1px solid #268eb7; } .nav li{overflow:hidden;height:55px;border-left:1px solid #268eb7;} .nav li.active a,.nav li.active small{top:-55px !important;} .nav li a{position:relative;display:block;padding:7px 0 0;height:55px;c…
As with flex items, we can set an order value on grid items. Let’s see how this affects the DOM and the appearance of our grid. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Order&l…
//jquery $(document).ready(function(){ $(window).scroll(function() { $(this).scrollTop() > 10 ? $("#login-bar").slideUp(100): $("#login-bar").slideDown(100) }); } );…
$(":div[name=div_edit]").each(function() { $(this).hover(function() { $(this).find(">div:first-child").hide(); $(this).find(">div:last-child").show(); }, function() { $(this).find(">div:first-child").show()…
//返回顶部 $(document).on('click', '.backTop', function (e) { $('html, body').animate({scrollTop: 0}, 500); return false; });…
//命名空间 var base = {}; //class base.gClass={}; //鼠标hover交互方法: 注册对象的hover的class特性以及mouseMoveIn,mouseMoveOut方法 base.gClass.hover=(function(creat){ var creat=function(obj,className,mouseoverFun,mouseleaveFun){ this.obj=obj; this.className=className; this…
我已经在用ssdb的hash结构,存储了很多数据了,但是我现在的用法正确吗? 我使用hash结构合理吗? 1. ssdb数据库说是类似redis,而且他们都有hash结构,但是他们的命名有点不同,ssdb 是(name,key,value) ,其实相对应的redis是(key,field,value),当然了对于使用函数上还是很像的: 那么问题来了,ssdb的hash 和redis的hash结构,使用上一样吗? ssdb中(name,key)都是不能超过 SSDB_KEY_LEN_MAX= 25…
10 Skills Every SharePoint Developer Needs(原文) This blog post guides you through the essential skills for a successful SharePoint developer. Great SharePoint developers know how to use scripting, design, and drafting tools. They have knowledge of out…
<!DOCTYPE html> <html> <head> <title></title> <script src="js/jq.js"></script> <script src="js/ko.js"></script> <script src="js/index.js"></script> <style&g…