This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Juriy Zaytsev (author)
Wed Jun 10 10:44:03 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Wed Jun 10 10:44:03 -0700 2009 | |
| |
add_script_add_stylesheet.js | Sat May 31 13:06:24 -0700 2008 | |
| |
array.extensions.js | Mon Jun 23 18:58:38 -0700 2008 | |
| |
behavior.should_be_present.js | Thu May 15 19:59:42 -0700 2008 | |
| |
benchmark.js | Wed Oct 22 08:17:25 -0700 2008 | |
| |
canvas_assertions.js | Fri Apr 24 09:17:05 -0700 2009 | |
| |
capability.html | Tue Jan 06 14:58:12 -0800 2009 | |
| |
checkbox_range.js | Sun Jun 22 07:43:51 -0700 2008 | |
| |
class.addbehavior.js | Thu Apr 17 20:59:12 -0700 2008 | |
| |
class.observable.js | Tue Jan 20 14:08:31 -0800 2009 | |
| |
class.watchable.js | Wed Apr 30 09:41:52 -0700 2008 | |
| |
class_include.js | Tue Aug 26 21:30:50 -0700 2008 | |
| |
clearer/ | Tue Mar 24 20:58:54 -0700 2009 | |
| |
colorLiteralToHex.js | Wed Apr 08 13:25:07 -0700 2009 | |
| |
console.js | Sun Feb 22 10:06:58 -0800 2009 | |
| |
cookie.js | Wed May 14 13:19:21 -0700 2008 | |
| |
css_abstractions.txt | Wed Jun 10 10:44:03 -0700 2009 | |
| |
draghelper.js | Tue Apr 08 07:53:19 -0700 2008 | |
| |
element.methods.js | Sat Jul 19 09:02:43 -0700 2008 | |
| |
event.interceptor.js | Mon Apr 28 22:24:05 -0700 2008 | |
| |
event.register.js | Tue Apr 08 07:53:19 -0700 2008 | |
| |
event.simulate.js | Thu Apr 16 18:36:59 -0700 2009 | |
| |
event_cache_buster.js | Mon Nov 17 08:22:19 -0800 2008 | |
| |
experimental/ | Tue Aug 26 21:30:50 -0700 2008 | |
| |
form.element.methods.js | Sat Jun 07 10:18:32 -0700 2008 | |
| |
form.methods.js | Wed May 14 09:33:09 -0700 2008 | |
| |
form_dispatcher.js | Sat Apr 12 21:25:22 -0700 2008 | |
| |
function.extensions.js | Fri May 23 13:15:59 -0700 2008 | |
| |
get_json.js | Sat May 31 08:35:14 -0700 2008 | |
| |
hash_changed.js | Thu May 15 20:30:29 -0700 2008 | |
| |
ie_ajax_cache_fix.js | Wed May 14 09:33:09 -0700 2008 | |
| |
ie_attributes_fix.js | Wed May 14 18:52:20 -0700 2008 | |
| |
insertRule.js | Sat Jul 19 09:02:43 -0700 2008 | |
| |
key_observer.js | Sun Apr 13 11:10:35 -0700 2008 | |
| |
lib/ | Mon Jun 09 06:52:06 -0700 2008 | |
| |
misc/ | Mon Jun 09 06:52:06 -0700 2008 | |
| |
object.extensions.js | Sun Feb 22 10:06:58 -0800 2009 | |
| |
protoquery/ | Sat Jun 07 10:18:32 -0700 2008 | |
| |
safari_label_fix.js | Tue Jun 03 13:25:11 -0700 2008 | |
| |
set_builder.js | Sun Apr 13 11:29:06 -0700 2008 | |
| |
string.extensions.js | Sat Jun 07 10:18:32 -0700 2008 | |
| |
test/ | Mon Jun 02 17:22:36 -0700 2008 |
README.rdoc
Description
Protolicious is a set of javascript snippets based on prototype.js (and other random stuff)
Contents
Element (Element.Methods) extensions
- Element#setProperty
- Element#swapClassName
- Element#enableClassName
- Element#contains
- Element#indexOf
- Element#isTagName
- Element#getContentWidth
- Element#getContentHeight
- Element#setWidth
- Element#setHeight
- Element#appearVisible
- Element#delegate
- Element#fillDocument
- Element#centerInViewport
Function extensions
- Function.K
- Function#negate
- Function#runOnce
- Function#_new
- Function#toDelayed
- Function#toDeferred
- Function#addAdvice
Array extensions
- Array#sum
- Array#namespace
Field (Form.Element.Methods) extensions
- Field#isBlank
- Field#present
Form (Form.Methods) extensions
- Form#unserialize
Event extensions
- Event.simulate
- Event.register
- Event.unregister
Cookie
- Cookie.set
- Cookie.get
- Cookie.unset
Prototype
- Prototype.addScript
- Prototype.addStylesheet
Object extensions
- Object.isEvent
- Object.methodize
License
protolicious is licensed under the terms of the MIT license








