[mochikit] Re: Any really basic examples/tutorials available?

2006-10-12 Thread Chris
Bob Ippolito wrote: Yes, but you probably ought to be using MochiKit.Signal's connect function for that instead... Hi Bob. I'm attempting to learn to use MochiKit.Signal and I'm stuck. The documentation for connect() says src is the object that has the signal. You may pass in a string, in

[mochikit] Re: Any really basic examples/tutorials available?

2006-10-12 Thread Bob Ippolito
On 10/12/06, Chris [EMAIL PROTECTED] wrote: Bob Ippolito wrote: Yes, but you probably ought to be using MochiKit.Signal's connect function for that instead... Hi Bob. I'm attempting to learn to use MochiKit.Signal and I'm stuck. The documentation for connect() says src is the object

[mochikit] Re: Any really basic examples/tutorials available?

2006-10-12 Thread Bob Ippolito
On 10/12/06, Chris [EMAIL PROTECTED] wrote: Bob Ippolito wrote: Your script runs before the body is parsed, so the element doesn't exist yet. You need to make sure it executes *after* the document is parsed. Every single example uses addLoadEvent or connect(window, 'onload', ...) to do

[mochikit] Re: Any really basic examples/tutorials available?

2006-10-11 Thread Bob Ippolito
On 10/11/06, Chris [EMAIL PROTECTED] wrote: Hello, Originally I had this long post describing what I'm doing and where I'm stuck and yadda yadda yadda. I think what it boils down to is that I just don't know what the syntax of some of this js means. I've searched several times in the past