4
votes
5answers
152 views
Detecting the exact moment an element appears in the DOM
Is it possible to detect the exact moment an element exists in the DOM on page load?
Context: On page load i hide an element of my page using jQuery (i.e. If JavaScript is available i want …
2
votes
Href for Javascript links: “#” or “javascript:void(0)”?
Just to pick up the point some of the other have mentioned.
It's much better to bind the event 'onload'a or $('document').ready{}; then to put JavaScript directly into the click event. …
2
votes
Conflict between Google util.js and ASP.NET AJAX?
Hi Herb
We had a similar problem with ASP.net AJAX and jQuery. The problem was down to the $ namespace, so we had to revert back to using the jQuery namespace.
Your error sounds si …
3
votes
Javascript framework that primarily provides just document/onready functionality
Hi George
This was suggested to me yesterday by Cal Jacobson
…
6
votes
Javascript framework
Cross browser JavaScript frameworks: Browser support (from what i can discover pls update in comments)
Prototype Internet Explorer (IE) 6 +, Firefix (FF) 1+, Safari 2+, Opera (o) 9.25 …
