Skip to content
nakajima edited this page Sep 12, 2010 · 9 revisions

Reference Pages:

Tool Tips

Easy tooltips. ’Nuff said.

wiki: http://github.com/nakajima/nakatype/wikis/tool-tips

example: http://patnakajima.com/public/nakatype/test/functional/tool_tip_test.html

Custom event for hash:changed

Fires a custom Prototype event named hash:changed when the window location hash fragment changes.

wiki: http://github.com/nakajima/nakatype/wikis/custom-event-for-hash-changed

example: http://patnakajima.com/public/nakatype/test/functional/hash_changed_test.html

Evented AJAX Callbacks

Fires events for primary AJAX request callbacks.

Benchmark.js

Ruby-esque benchmarking with Firebug.

wiki: http://github.com/nakajima/nakatype/wikis/benchmark-js

Better Edit in Place

A better edit in place script than the standard script.aculo.us solution.

wiki: http://github.com/nakajima/nakatype/wikis/better-edit-in-place-editable-js

example: coming soon

Element Methods

Extensions for elements using Prototype’s Element.addMethods function.

Element controls

Create elements that control elements.

wiki: http://github.com/nakajima/nakatype/wikis/element-controls-element_controls-js

example: coming soon

Classy Controls

Simple class-based behaviors.

wiki: http://github.com/nakajima/nakatype/wikis/classy-controls-classy-js

Callbacks

Add before/after callbacks for any method for any object.

wiki: http://github.com/nakajima/nakatype/wikis/callbacks

Event Delegation & Form Submission Event Bubbling Simulator

See this blog post for more info on these.