[mochikit] Re: Walk child nodes of an element

2007-12-10 Thread JS
PROTECTED] wrote: To what end do you want to get at the text? If you simply want to grab it, use scrapeText()... Jason -Original Message- From: mochikit@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JS Sent: Monday, December 10, 2007 8:53 AM To: MochiKit Subject

[mochikit] MochiKit 1.3 - find immediate parent

2007-12-18 Thread JS
Hi: I'm using MochiKit with TurboGears and am trying to find how I can get a reference to the immediate parent of a node in the DOM. I see that getFirstParentByTagAndClassName is available in 1.4, but I'm using 1.3.?? in TurboGears. Is there a relatively easy way to get a reference to it?

[mochikit] Re: MochiKit 1.3 - find immediate parent

2007-12-18 Thread JS
On Dec 18, 9:19 am, Morten Barklund [EMAIL PROTECTED] wrote: Hi Jim, I'm using MochiKit with TurboGears and am trying to find how I can get a reference to the immediate parent of a node in the DOM. I see that getFirstParentByTagAndClassName is available in 1.4, but I'm using 1.3.??

[mochikit] Re: Problem in IE not in Firefox - loadJSONDoc

2007-12-19 Thread JS
On Dec 19, 3:26 pm, Bob Ippolito [EMAIL PROTECTED] wrote: On 12/19/07, JS [EMAIL PROTECTED] wrote: I have the Javascript code which is located here: http://pastebin.com/m6d9fe26c It works 100% of the time when I use Firefox for my browser, but doesn't give expected results all