页首Html代码

  2014年7月2日
摘要: 知问前端 菜单1 内容1内容1 菜单2 内容2 菜单3 内容3 style.cssbody { margin:40px 0 0 0; padding:0; font-size:12px; font-family:宋体; background:#fff;}/*更改jQu... 阅读全文
posted @ 2014-07-02 16:31 西北阳仔2号 阅读(223) 评论(0) 推荐(0)
摘要: 知问前端 tab1 tab2 tab3 tab1-content tab2-content tab3-content$(function () { $('#tabs').tabs({ }); });style.cssbody { margin:40px 0 0 0; padding:... 阅读全文
posted @ 2014-07-02 16:22 西北阳仔2号 阅读(175) 评论(0) 推荐(0)
摘要: ;(function ($) { $.fn.extend({ 'nav' : function (color) { $(this).find('.nav').css({ 'list-style' : 'none', 'margin' : 0, 'padding' : 0, ... 阅读全文
posted @ 2014-07-02 14:11 西北阳仔2号 阅读(141) 评论(0) 推荐(0)
摘要: $(function () {$('.out').click(function () { $('#box').fadeOut('slow'); }); $('.in').click(function () { $('#box').fadeIn('slow'); }); $('.toggle')... 阅读全文
posted @ 2014-07-02 11:20 西北阳仔2号 阅读(127) 评论(0) 推荐(0)
页脚Html代码