Sunday 5 May 2013

make firebug run on every browser without instaling plugin.

Today i want to share about how to make firebug run on every browser without instaling plugin. Yesterday I worked on Internet Explorer to make a small project, the problem that i had, i didn't have  a tool to inspect my html elements. All problem is solved when i tried to come to this site. Ok lets to the point,
This is the steps that you have to follow :
  • you have to download firebug-lite on this download link
  • put this link  <script type="text/javascript" src="firebug-lite/build//firebug-lite.js"></script>  in your head tag of your html page. make sure this link works.
  • finish, lets open your  html page on browser and look what happends.

No comments:

Post a Comment