CARVIEW |
-
some of my configuration filesCreated Sun Dec 07 14:19:16 -0800 2008
-
MooTools Core PackageForked from mootools/mootools-core Fri Jun 06 16:45:38 -0700 2008
-
MooTools Plugins and Enhancements RepositoryForked from mootools/mootools-more Thu Jun 19 17:42:25 -0700 2008
-
Some classes and utilities built on top of MooToolsCreated Sun Jun 15 17:42:00 -0700 2008
-
Posts at bryanjswift.comCreated Mon Jan 12 11:48:08 -0800 2009
-
Posts for end of the planetCreated Fri Jan 02 16:57:19 -0800 2009
-
A collection of Textmate themes.Forked from mig/tm_themes Tue Jan 27 09:21:48 -0800 2009
-
Blogging from VimForked from pedromg/vimblog.vim Fri Jan 09 21:14:32 -0800 2009
Public Activity

-
bryanjswift committed c1892c40:
updates to the way click events are handled
c1892c4007470c0a19ceeaed2f2783e4aa7bf935
updates to the way click events are handled
4722db66017b6687ca73b43196ae77cb44530aeb
adding some events to the input for blur, focus, and click; toggling to checked sets focus on input

-
bryanjswift committed 4722db66:
adding some events to the input for blur, focus, and click; toggling to checked sets focus on input
-
bryanjswift committed fde7e6c4:
bound the checkboxes.each function to the CheckGroup instance
-
bryanjswift committed 816196ea:
updated so CheckGroup is stored on each checkbox input; added addCheck method
-
bryanjswift committed 92077c2a:
fixed a typo where check was being looked for when creating a new checkbox in CheckGroup
fde7e6c4aa8a406add783c06c70a117e25de4ece
bound the checkboxes.each function to the CheckGroup instance
816196ea5a0a36a676d8f949d445ff935fad5e2f
updated so CheckGroup is stored on each checkbox input; added addCheck method
92077c2a51be20ad6b6b07a413f2481a24b4ee2a
fixed a typo where check was being looked for when creating a new checkbox in CheckGroup

-
bryanjswift committed 458f965c:
fixed some things which were not accounted for in the namespace move
458f965c814f668ebb910b1c70c22afcf6b268dc
fixed some things which were not accounted for in the namespace move

-
bryanjswift committed 785df274:
added event information to docs
-
bryanjswift committed 457f26ef:
updated Docs to reflect changes to Select Option
-
bryanjswift committed 35d4c080:
made enable and disable functions fire events
-
bryanjswift committed 3bf99b30:
rewrote and dropdown migrated from client work
-
bryanjswift committed 9cf29d79:
made the select option more responsible for itself including event management
785df274976477b4873d1eb516baa67e3fda1e90
added event information to docs
457f26ef982e644bca6849a97d20afd755f69ead
updated Docs to reflect changes to Select Option
35d4c080f9f13b02c985475a78e7e94aca870a40
made enable and disable functions fire events
3bf99b3073da389c91cc1fe4cac8c69330cc388d
rewrote and dropdown migrated from client work
9cf29d7904c01efa4c2b07c09d8bba1278d96485
made the select option more responsible for itself including event management

-
bryanjswift committed ae8502ac:
continuing to build functionality
-
bryanjswift committed 11b5a4e2:
stored option data on original option element as well as the 'fake' option element
-
bryanjswift committed 0e4336e2:
more empty api functions and added the element creation part of initialize
-
bryanjswift committed f57bc141:
fleshing out the api
-
bryanjswift committed 7fd05f55:
beginning to write dropdown class
-
bryanjswift committed a174ab0a:
updated so the option variable is Elementized before proceeding with initialize
-
bryanjswift committed bf198727:
updated so option parameter to initialize can be a dom element, and id, or an Element object
ae8502accb71ff31c7441cc583717aaaadb8cac0
continuing to build functionality