You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions related to development of and with the MochiKit JavaScript library
|
|
|
MochiKit.DOM.getElementsByTagA ndClassName performance
|
| |
Hi All, Forgive me, if this is a recurring argument. Today I was looking at Firebug profiler and I realize that getElementsByTagAndClassName takes certain percentages of processing time. And I took a look at the code, and I did a little bit of hand optimization. It doesn't change any semantics of code, but just... more »
|
|
MochiTAL
|
| |
Hi,
I am new to JavaScript and to Mochikit, but I've seen enough of it
(Mochikit) to get very much interested about it. I am currently
looking into the Ajax Tables example from the Mochikit web site, and I
have to confess that I am a little bit confused about the MochiTAL
processing. So, I thought I'd drop a line to check if anyone is kind... more »
|
|
Error running tests with Opera 10
|
| |
Hello, I was having some issues running Clipperz test suite with Opera 10. Looking closer at the failed tests, I have find out that Opera 10 is returning a messed up name and description for Exceptions. This problem is triggered also running the default MochiKit tests; in MochiKit.Async test actually.... more »
|
|
Firefox 3.5 and XmlHttpRequest
|
| |
I'm noticing a problem using a deferred with firefox 3.5.
I have a bit of javascript at the bottom of the html to synthesize a
domload event (but I have also reproduced this behaviour with a plain
window.onload event) and fire off an AJAX request :
....
<script type="text/javascript">signal( window, 'onDOMload');</... more »
|
|
Ajax post request, not finding correct url - 404
|
| |
I'm in the process of putting my site into production state on Apache 2.2.11 with mod_wsgi 2.5 (using TG1.1). The Ajax request works fine in the development server, but it doesn't for Apache. Keeps looking to the document root '/var/www/html' for the server-side script '/ login_json' as seen in Apache the error_log.... more »
|
|
bind() / memory leak?
|
| |
I've built a rather complicated web app that makes heavy use of
MochiKit.Base.bind() and partial(). There are no page refreshes in the
app and the majority of the page content between areas of the UI is
dynamically created / removed via DOM methods. A user might spend
considerable time inside the app and it leaks memory like I've never... more »
|
|
Async help, loadJSONdoc and evalJSONrequest
|
| |
Hi all, I'm a newbie to MochiKit and JS, so bare with me if there are
syntax errors or design flaws.
I'm trying to achieve simple AJAX functionality (using JSON) by
submitting a single form input and displaying the input asynchronously
with .innerHTML.
My code (testpage.html and controllers.py):... more »
|
|
|