标签为 "jQuery插件" 的存档

推荐:基于jQuery开发仿Google Calendar(jQuery Week Calendar)

jQuery Week Calendar

jQuery Week Calendar

在open-open上发现的,试了一下很不错,对于日常开发中对计划安排或者对操作性要求较高的可以使用这个插件

目前开发的一个系统正好需要这样的功能所以推荐给大家

官网:http://www.redredred.com.au/projects/jquery-week-calendar/

Live Demo

The following live demonstration? has a basic calendar with a few events in it. It demonstrates most of the major functionality by triggering events that are displayed as messages in the top right hand corner of the screen.? More demos will? come soon…

Demo 1 (Basic)

  • Demo 1 shows basic calendar functionality. Calendar Events are supplied as a local javascript array. All triggered events are displayed as messages, calendar events in the past are shaded gray using the eventRender callback.

Demo 2 (Multi data-source and dynamic config options)

  • Demo 2 allows you to select from two different data sources. These are both local javascript objects but could just as easily have come from a remote server. The data returned includes an ‘options’ property which overrides the default calendar options for ‘timeslotHeight’ and ‘timeslotsPerHour’.

Demo 3 (Create / update / delete using jquery UI)

  • This demo shows the use of jquery ui modal dialog for creating, updating and deleting events. It also demonstrates the use of
    • Staggered overlapping events
    • Querying the calendar for valid timeslots for a date to populate calendar event form select fields
    • Limited display of timeslots based on business hours

Popularity: 19%

推荐:2009 年度最佳 jQuery 插件

jQuery 是个宝库,而 jQuery 的插件体系是个取之不竭的宝库,众多开发者在 jQuery 框架下,设计了数不清的插件,jQuery 的特长是网页效果,因此,它的插件库也多与 UI 有关。本文是 webdesignledger.com 网站推选的2009年度最佳 jQuery 插件。

拉洋片
在一个固定区域,循环显示几段内容,这种方式很像旧时的拉洋片,2009年,这种 Web 效果大行其道,jQuery 有大量与此有关的插件,以下插件无疑是最佳的。
AnythingSlider
jquery plugins
阅读更多…

Popularity: 8%

[推荐]改进的提示插件-jQuery.hiAlerts.1.0

引用此版本修改者的话:

由于工作上需要,在jquery.Alerts基础上改进的一个插件,现在有提示框,确认框,输入框,弹出提示层,顶部浮动提示层5个效果,我重命名他为hiAlerts,hi表示招呼的意思,这个可能还要修改添加一些效果,所以暂定为1.0版吧

演示:http://www.cssrain.cn/demo/jquery.hiAlerts.1.0/demo.html

下载:jquery.hiAlerts.1.0.rar 共 398 次

之前用过一些类似的插件,感觉这个做的很简洁、实用,所以推荐给大家

Popularity: 4%

【推荐】jQuery.plugin——对话框jquery.weebox.js

强烈推荐对话框插件jquery.weebox.js,本站开源账务管理系统中使用的对话框组件,各种形式的对话框:确认、成功、警告、错误等

…………

阅读更多…

Popularity: 34%

jQuery.plugin——滚动条(连贯感觉)

在网上看到的滚动条插件,能够缓慢的从一个位置滚动到指定的锚点,给用户顺畅的感觉(用户体验的一部分)

演示地址:http://www.wsria.cn/demo/scrollto/scrollto_demo.htm

下载:jquery.scrollto.rar 共 357 次

Popularity: 4%

简单、实用的jquery.tab标签

jquery.tab

jquery.tab

演示地址

下载:jquery.tab.rar 共 402 次

感谢jquery爱好者豪情激情奉献

Popularity: 3%

推荐jQuery插件系列——表单验证formValidator

在开发各种BS架构的系统时表单验证是每个系统、网站都要做的一件事情,在客户端拦截用户的输入、选择是否合法从而降低对服务端的压力也增加用户体验,一般来说都会简单的验证必输项是否为空,或者必选项是否已选择,复杂一点的比如在注册时实时验证用户名是否重复,如此等等

在开发账务管理系统的时候开始想使用自己在公司项目中写的一个验证方法,但是后来想想感觉功能太单调了,虽然能够满足系统的要求但是用户体验不好,所有的错误提示都是使用的alert的方式提示用户,而且没有实时验证的功能,最终放弃了;然后就在jQuery官网插件上搜索关于验证的插件,刚刚说的几个功能都得满足,找了几个最终选择了formValidator,下面是摘自插件官网上的:

阅读更多…

Popularity: 7%