[mochikit] help with createDOM

2008-09-01 Thread [EMAIL PROTECTED]
Hello, I'm new to mochikit, i'm trying to use it to create HTML fragments with DOM api (i'm using mochikit from SVN). The following code is working : // var new_node = H1('hello'); var target = document.getElementById('title');

[mochikit] Re: help with createDOM

2008-09-01 Thread Jason Bunting
I tried your code with both the current version of MochiKit, 1.3.1, and the latest packed version from the repository. For both of those, your code worked just fine in FireFox 3.0.1 and IE 7 on Windows XP Pro. Not sure what your problem is, so maybe someone else has an idea. Which browser is

[mochikit] Re: help with createDOM

2008-09-01 Thread Bilboon
Strange, i'm using firefox 3.0.1 under linux :/ I have the same problem with the documentation example. 2008/9/1 Jason Bunting [EMAIL PROTECTED] I tried your code with both the current version of MochiKit, 1.3.1, and the latest packed version from the repository. For both of those, your