Surprise Me!

İnternet Explorerda Nasıl FireBug Çalıştırılır ?

2012-05-28 120 Dailymotion

firebug ie de nasıl çalıştırılır izleyin ve görün ordaki kod:

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://getfirebug.com/releases/lite/1.2/firebug-lite.js';
document.getElementsByTagName('head')[0].appendChild(script);
firebug.init();