↧
FireUnit – the missing extension for Firefox
With the FireUnit, extension for Firefox, written by John Resig, the author of jQuery library, you can profile your javascript application, which helps a lot the work with FireBug and Firefox. Enjoy!...
View Articlewrite in the Safari javascript console
If you’ve to debug some script in Safari, and you’d wish to write into the javascript console, the simple advice is to use the same code as in Firefox. console.log(object); That’s all. Related posts:...
View Articlejavascript: get function caller
Who calls me? If that’s the question a JavaScript function is asking for, and respectively you are, there is one simple way to find the answer. Why would I need this? Well let assume I’ve one function...
View Article