JavaScript Tips From Dean Edwards
By Jeremy Keith | December 27th, 2005 | Filed in DOM, DOM Scripting TF
Dean Edwards starts JavaScript tips with speeding up object detection.
Skip to comment formDean has started publishing brief, handy JavaScript tips. The first is entitled Speed Up Object Detection. For those situations where code forking is unavoidable, Dean shows us how to write code that only forks once instead of every time a branch is encountered.
Stay tuned to Dean’s site for more JavaScript tips.