jQuery growfield

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 21:26:46

软件介绍

Style-independent cross-browser jQuery textarea autogrow plugin

Successfully tested in: FF2 (vista, xp, mac, linux), IE6 (xp), IE7 (vista, xp), Opera 9.2 (xp, mac), Opera 9.5 (vista), Safari 3 (mac, xp).

Comments and fixes are very appreciated.
optional parameters // $(elem).growfield( options )

* auto - bool // default = true // if false, ctrl + up/down are enabled
* animate - bool // default = true
* before(jEvent), after(jEvent) - callbacks // 'this' will be the dom object
* min - integer - height in pixels // default = min ? css.min-height || initial height
* max - integer - height in pixels // maximum size // default = css.max-height || none
* restore - bool - restore original size on blur (and back to growed on focus) // default = false
* speed - integer - animation speed. not a jquery parameter // default = 300 (ms)

additional functions (public interface)

* $(..).increase( step )
* decrease( step )
* growTo( height )
* growToggleAuto( bool )
* growToggleRestore( bool )
* growSetMin( integer )
* growSetMax( integer )

notes

parameters may be set in html attributes // tag attributes have priority

increase and decrease functions are working only in auto mode
opera:

in opera, if you don't have border style for textarea, plugin will set it (opera hides borders in overflow:hidden mode). in auto mode it won't work at all. More than that, opera returns border:2px solid #00000 even if you don't set it. :(
known problems:

after restore (onfocus) with animation textarea sometimes looses cursor. :( // ff2, ie7xp

when reached maximum height, opera will jitter on every keydown :( // opera < 9.5
ctrl + up/down:

in opera and ie this shortcut doesn't work properly. But you may use ctrl + whatever + up/down.

Download here:
http://code.google.com/p/jquery-growfield/downloads/list

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

Python 3学习笔记(上卷)

Python 3学习笔记(上卷)

雨痕 / 电子工业出版社 / 2018-1 / 89

经过9 年的发展,Python 3 生态已相当成熟。无论是语言进化、解释器性能提升,还是第三方支持,都是如此。随着Python 2.7 EOF 日趋临近,迁移到Python 3 的各种障碍也被逐一剔除。是时候在新环境下学习或工作了。 人们常说Python 简单易学,但这是以封装和隐藏复杂体系为代价的。仅阅读语言规范很难深入,亦无从发挥其应有能力,易学难精才是常态。《Python 3学习笔记(......一起来看看 《Python 3学习笔记(上卷)》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具