On 15-Apr-07, at 6:20 PM, briandichiara wrote:

> var actions = Mochikit.connect($('directory'), 'onkeydown',

This should be:
connect('directory', 'onkeydown',

or:
MochiKit.Signal.connect('directory', 'onkeydown',

Signal does the $('directory') for you. You don't need to return  
false from the function. To stop the default behavior, use  
e.preventDefault() instead. If you're just learning MochiKit, it  
might make sense to try something a b

Beau

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to