İnternet Explorer’da Fire Bug Lite Çalıştırmak

Şubat 6, 2010

Merhaba arkadaşlar bu derste sizlere Fire Bug eklentisinin lite sürümünü internet explorer üzerinde nasıl çalıştıracağımızı anlatacağım.

Videoda çalıştırdığım 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(); 

Yorum yapın

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Değiştir )

Twitter picture

You are commenting using your Twitter account. Log Out / Değiştir )

Facebook photo

You are commenting using your Facebook account. Log Out / Değiştir )

Connecting to %s

Follow

Get every new post delivered to your Inbox.