摘要: jquery结合highcharts插件显示实时数据动态曲线图 阅读全文
posted @ 2014-05-28 14:17 Nancy_0324 阅读(3373) 评论(0) 推荐(1) 编辑
摘要: jquery结合Highcharts插件实现动态数据仪表盘图形化显示效果 阅读全文
posted @ 2014-05-28 14:14 Nancy_0324 阅读(1785) 评论(0) 推荐(0) 编辑
摘要: 在IE6/7下表格td标签没有内容时不显示边框? 阅读全文
posted @ 2013-10-25 11:21 Nancy_0324 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 文本框获得焦点与失去焦点 阅读全文
posted @ 2013-05-20 11:43 Nancy_0324 阅读(348) 评论(0) 推荐(0) 编辑
摘要: jwplay 5,播放视频 jquery 阅读全文
posted @ 2013-03-22 12:05 Nancy_0324 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 用html、css、js(jquery)来判断浏览器的内核及版本 阅读全文
posted @ 2013-03-22 10:50 Nancy_0324 阅读(387) 评论(0) 推荐(0) 编辑
摘要: ie浏览器下 淡入淡出效果失效的解决方案 阅读全文
posted @ 2013-03-20 11:40 Nancy_0324 阅读(207) 评论(0) 推荐(0) 编辑
摘要: jquery.cookie.js使用方法 阅读全文
posted @ 2013-02-27 16:15 Nancy_0324 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 实现“鼠标滚动时,动态改变相应的样式或者效果”代码如下:$(window).scroll(function() { var scrolls = $(this).scrollTop(); $(".context_block").each(function(){ //类名为“context_block”的块级元素 var height = $(this).height(); if($(this).position().top + height-60> scrolls){ var _index = $(".context_block").index($( 阅读全文
posted @ 2013-02-27 16:11 Nancy_0324 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 出现此bug的原因有几下几点:元素被设置为块元素(display:block/list-item/table);该元素触发了 IE 的 hasLayout;该节点之前存在一个可被渲染的绝对定位或固定定位元素;该元素设置了不等于 0 的 margin-top 值(正负 margin-top 值均可)。解决方法是:相邻元素用padding-top来代替margin-top;在它们中间插入一个空标签实现占位。 阅读全文
posted @ 2013-02-27 16:02 Nancy_0324 阅读(1297) 评论(0) 推荐(0) 编辑