Quantcast
Channel: stoimen's web log » firefox
Viewing all articles
Browse latest Browse all 3

write in the Safari javascript console

$
0
0
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: Profiling JavaScript with Firebug. console.profile() & … Continue reading Related posts:
  1. Profiling JavaScript with Firebug. console.profile() & console.time()!
  2. JavaScript closures in brief
  3. Firebug’s console.profile vs console.time
  4. Detecting Pressed Key with e.which in JavaScript

Viewing all articles
Browse latest Browse all 3

Trending Articles