[mochikit] Re: Connect Issues

2007-11-12 Thread Dorian Raymer
Hi Feesh, $('product_list').options returns all the OPTION element nodes since the element with id='product_list' is a select element (I don't know if all browser DOMs support the options attribute, so it may not be a good cross-browser method, but it might be: http://aptana.com/reference/api/HTML

[mochikit] Re: Connect Issues

2007-11-12 Thread feesh
[EMAIL PROTECTED] wrote: > > Hi Feesh, > It looks like you need to spell MochiKit with a capital K in your > myLoadFunction. I've stumbled on that error a few times. > You got it exactly right. Thank you kindly. One further question, I'm trying to select all child elements of a select list.

[mochikit] Re: Connect Issues

2007-11-05 Thread Dorian Raymer
Hi Feesh, It looks like you need to spell MochiKit with a capital K in your myLoadFunction. I've stumbled on that error a few times. Do you use any javascript console in your web browser? If you don't, I highly recommend using the FireBug Firefox extension. It is awesome. -Dorian On 11/5/07, Kevi

[mochikit] Re: Connect Issues

2007-11-05 Thread Kevin Damm
Nothing really pops out at me from your example code. Do you get any Javascript warnings or errors when that input field gets focus? Or, better yet, do you have a publicly-accessible demo page that we can poke around at? - Kevin On 11/5/07, feesh <[EMAIL PROTECTED]> wrote: > > > Hi all, > >