Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop the Inspect Element Tab from constantly reloading the page with Netbeans Connector

I'm using the Netbeans Connector (a chrome plugin) in addition to the Chrome Developer Tools to make adjustments to my css styles, which is quite effective, except that the page refreshes every few seconds, and anything I'm typing at the time is lost.

The box at the bottom of the page says "Waiting for ajax.googleapis.com". Now I am using the google hosted version of JQuery:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>

However I don't see why that would cause the page to refresh like this and lose all my data. Any ideas?

like image 316
Migwell Avatar asked Dec 05 '25 10:12

Migwell


1 Answers

You can right click on project in Projects window in NetBeans, select Project Properties and now it depends on type of your project:

  • for PHP, select Browsers category and uncheck "Reload browser on save"
  • for HTML5, select Run category and uncheck "Auto-refresh"
  • for Java Web/Maven Web project, there will be similar option
like image 193
ladar Avatar answered Dec 08 '25 01:12

ladar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!