[mochikit] Sortable Tables - when I click in a column

2007-01-23 Thread Adriano
In this example, Sortable Tables , http://mochikit.com/examples/sortable_tables/index.html I am trying to do this, when I click in some column, it does not sortable. I have some table with 4 column, but when I click in the 3ยบ column, he can be sortable. I try put some td on the contrary of

[mochikit] appendChildNodes Oddity

2007-01-23 Thread claypipe
___Newbie (with Mochikit) warning___ I am asynchronously updateing a page. I create a div element divnode. Then I want to add content to this. I have found that if I do newelement1 = ... newelement2 = ... newelement3 = ... appendChildNodes(divnode,newelement1, newelement2, newelement3);

[mochikit] Re: DomContentLoaded?

2007-01-23 Thread troels knak-nielsen
I'm using the code from http://webreflection.blogspot.com/2006/09/better-domcontentloaded.html Works like a charm AFAIK. -- troels On 1/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I see that the ticket for a DomContentLoaded signal (http://trac.mochikit.com/ticket/192) has been moved

[mochikit] Re: DomContentLoaded?

2007-01-23 Thread Jacob Smullyan
On 1/23/07, Bob Ippolito [EMAIL PROTECTED] wrote: On 1/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I see that the ticket for a DomContentLoaded signal (http://trac.mochikit.com/ticket/192) has been moved to the 1.5 milestone. I'm a bit disappointed, because I was eager to use

[mochikit] Re: appendChildNodes Oddity

2007-01-23 Thread Bob Ippolito
On 1/23/07, claypipe [EMAIL PROTECTED] wrote: ___Newbie (with Mochikit) warning___ I am asynchronously updateing a page. I create a div element divnode. Then I want to add content to this. I have found that if I do newelement1 = ... newelement2 = ... newelement3 = ...

[mochikit] Re: DomContentLoaded?

2007-01-23 Thread Bob Ippolito
On 1/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I see that the ticket for a DomContentLoaded signal (http://trac.mochikit.com/ticket/192) has been moved to the 1.5 milestone. I'm a bit disappointed, because I was eager to use this! I may add it myself in the meantime, so I'm

[mochikit] Re: Executing javascript in an AJAX page

2007-01-23 Thread Aragorn450
Ok, so I modified my _graph.rhtml so that it only outputs JavaScript, and then just loaded that via the DOM into the head of the document. Thanks Tom for your insight, I was just having some issues with understanding what could and could not be done (and you told me that, basically, I couldn't do