前端开发的时候,有好多地方用到拖拽效果,当然 http://jqueryui.com/draggable/ 是个不错的选择,but 我是个打破砂锅问到底的人,抽点时间用js小小的实现了类似的插件,话不多说。 first: html和css now,先把主要算...
分类:
Web程序 时间:
2015-03-13 20:18:59
阅读次数:
329
bookletjquery插件系列之简介一、安装1、添加CSS和Javascript添加bookletCSS文件到你的页面。然后依次添加jQuery库,jQueryUI(可选)jQueryEasing插件和BookletJS文件到你的页面。 2、创建内容...
分类:
Web程序 时间:
2015-03-13 16:30:12
阅读次数:
147
jqueryui dialog中 select选不中或比较慢dialog = function(Window,dialogDivId,title,buttons,css) { css = css||{}; var width = css.width||"5...
分类:
Web程序 时间:
2015-03-11 19:27:23
阅读次数:
231
感谢浏览,欢迎交流=。=公司微信网页需要使用日历控件,想到jquery-mobile,但是css影响页面布局,放弃后使用jquery-ui-datepicker。话不多说,进入正题:1.jqueryui官网定制化下载jquery-ui。只取其core+datepicker 则仅需40kb,欣喜一番,...
分类:
移动开发 时间:
2015-03-08 18:30:12
阅读次数:
173
Mastering jQuery UI
With browsers becoming more and more powerful each day, the jQueryUI
library provides tools that can be used to create feature rich and interactive applications without bear...
分类:
Web程序 时间:
2015-03-05 17:02:30
阅读次数:
288
本文在于巩固基础JqueryUI控件之滚动条这次主要是看Jquery官网上的API文档来做的 /** * Created by Administrator on 2015/3/5 0005. */var current=0;$(document).ready(funct...
分类:
Web程序 时间:
2015-03-05 16:55:36
阅读次数:
130
本文在于巩固基础jQuery UI WidgetsjQuery UI Widgets控件-Accordion 内容1 hellohellohellohellohellohellohellohellohellohellohellohelloh...
分类:
Web程序 时间:
2015-03-05 16:55:21
阅读次数:
137
本文在于巩固基础学习网址:http://jqueryui.com/基本概念:jQuery UI[是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。所有插件测试能兼容IE...
分类:
Web程序 时间:
2015-03-05 16:26:47
阅读次数:
134
资源下载参考书:《锋利的jQuery》jQuery官网: http://jquery.comjQuery在线API:http://api.jquery.com http://api.jquery.com/api/(xml文件。)jQuery UI: http://jqueryui.com/JavaS...
分类:
Web程序 时间:
2015-03-03 11:23:22
阅读次数:
152