Bounce

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 22:12:47

软件介绍

* Added live demo page (url at bottom of page)

This project allows the user to extend the elements on the web page (created for use with 'textarea' elements, but no reason why it cannot be used elsewhere) with a bounce animation.

It requires both jQuery and the jQuery Easing plugin (details can be found: http://plugins.jquery.com/project/Easing).

By selecting the elements and calling the 'bounce' function you will apply the default bounce functionality.

The default behaviour is to hide the elements and only display the clickable bar, although this can be changed either using the 'open: true' configuration parameter or by calling the 'bounceOpen' function.

Examples include:

$('textarea').bounce();
$('textarea').bounce({bottom: false, open: true});
$('textarea').bounce({bottom: false}).openBouncer(1);

* The '1' passed as the parameter to the 'openBouncer' function above refers to the first bounce element.

You can specify multiple bounce elements by comma separating there numbers i.e. 'openBouncer(1,2,5)'.

Further details can be found in the jquery.bounce.js header.

The layout is all controlled through CSS and you can change the default class used if necessary by changing the 'bounceclass' configuration option.

I first created this functionality with the mootools (http://www.mootools.net) javascript framework, however I techincally prefer to use the jQuery framework and so, here it is...

Enjoy!

My other projects include:
Hover Image Text - http://plugins.jquery.com/project/HoverImageText
TextArea Resizer - http://plugins.jquery.com/project/TextAreaResizer

本文地址:https://www.codercto.com/soft/d/23469.html

微服务设计

微服务设计

[英] Sam Newman / 崔力强、张 骏 / 人民邮电出版社 / 2016-5 / 69.00元

本书全面介绍了微服务的建模、集成、测试、部署和监控,通过一个虚构的公司讲解了如何建立微服务架构。主要内容包括认识微服务在保证系统设计与组织目标统一上的重要性,学会把服务集成到已有系统中,采用递增手段拆分单块大型应用,通过持续集成部署微服务,等等。一起来看看 《微服务设计》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具