← Back to team overview

anewt-developers team mailing list archive

[Bug 443180] Re: Not possible to add attributes to the body tag using AnewtPage

 

Okay, wontfix it is. :)

I'm sure you will notice the improvement caused by the fact that the
DOMReady event (the one that is called $(document).ready() in JQuery)
will fire a lot earlier than the body.onload event, since that one
depends heavily on the external resources on your page (which are
retrieved serially in many cases). Using the DOMReady event will improve
the "snappinesss" of your site, and especially for certain page types,
e.g. photo pages with a big jpeg image, this is very noticable.

But it's up to you whether you want to use a JavaScript library, and if
so, which one. :)

Anyway, good luck. Don't hesitate to ask any further questions regarding
Anewt. Feedback from others is really appreciated, since most of the
code/API is designed by me alone — and hence might be suboptimal,
clumsy, or outright stupid. ;)

** Changed in: anewt
       Status: Triaged => Won't Fix

-- 
Not possible to add attributes to the body tag using AnewtPage
https://bugs.launchpad.net/bugs/443180
You received this bug notification because you are a member of Anewt
developers, which is subscribed to Anewt.



References