
JQuery
文章平均质量分 73
iteye_9666
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jstree添加节点
//生成时间搓作为文档id var id = new Date().getTime().toString(); function uploadSubmit() { //判断上传文件和节点名称是否为空 var AddNodeTextUrl_file = $("#AddNodeTextUrl_file").val(); var AddNodeTextId = $("#...原创 2010-10-25 09:29:53 · 938 阅读 · 0 评论 -
maven+osgi
maven+osgimaven+osgimaven+osgimaven+osgimaven+osgimaven+osgi原创 2011-04-19 23:56:36 · 111 阅读 · 0 评论 -
jstree 节点图片样式区别
修改前 .jstree-default .jstree-open > ins { background-position:-72px 0; } .jstree-default .jstree-closed > ins { background-position:-54px 0; } .jstree-default .jstree-leaf > ins { background-positio...原创 2011-01-17 17:14:51 · 533 阅读 · 0 评论 -
jstree 改变节点图片
/* * jsTree default theme 1.0 * Supported features: dots/no-dots, icons/no-icons, focused, loading * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search */ .jstree-defau...原创 2011-01-17 17:07:10 · 429 阅读 · 0 评论 -
drag1
(function ($) { $.dragDrop=function (p) { var cols=$(p.accepter),//accepter集 ground=[],//坐标空间 t,//被拖动元素 m={ },//被拖动元素属性集 tip=$(""),//占位元素 clone, fly,//拖动启动开关 base,//被选中的垒 ...原创 2010-11-16 17:57:36 · 736 阅读 · 0 评论 -
JQuery插件的写法
JQuery插件写法的总结 最近Web应用程序中越来越多地用到了JQuery等Web前端技术。这些技术框架有效地改善了用户的操作体验,同时也提高了开发人员构造丰富客户端UI的效率。JQuery本身提供了丰富的操作,但是,有时候我们需要根据我们自己的业务和系统特色(风格)构造一些我们常用的前端UI组件,而JQuery的插件给了我们一个较好的方式来构造这些UI组件,方便我们日后反复重用这些组件。...原创 2010-11-15 08:37:53 · 311 阅读 · 0 评论 -
琐定窗口
function $getById(id) { return document.getElementById(id); } function lockWindow(myWindow) { // 锁定页面之前,设置select菜单不可用 var sels = document.getElementsByTagName('select'); if (sels.length == 0...原创 2010-11-02 14:14:59 · 110 阅读 · 0 评论 -
jstrss样式
/* * jsTree default theme 1.0 * Supported features: dots/no-dots, icons/no-icons, focused, loading * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search */ .jstree-defau...原创 2010-11-01 08:55:57 · 104 阅读 · 0 评论 -
jstree初始化
//对节点初始化 $(function () { // All those configuration options are documented in the _docs folder $("#demo") .jstree({ core : { animation : 1 //折叠速度 },//点击节点获取子...原创 2010-10-25 09:41:46 · 399 阅读 · 0 评论 -
ipad开发临时记录
配置pad放大缩小功能: pad添加至主屏幕: 3d旋转效果: jqery插件:j360 pad滑屏效果 iscroll http://cubiq.org/scrolling-div-on-iphone-ipod-touch 辐射渐变 http://www.westciv.com/tools/radialgradients/index.html css3...原创 2011-11-18 11:00:58 · 180 阅读 · 0 评论