Showing external content inside browser action popup
问题 I have a Chrome extension that when the user clicks the browser action button the extension opens the popup calls the external API to display an ad Here's what I have: popup.html <div class="v11container" id="v11container">Some Text</div> <script src="http://b.v11media.com/js/client_api/api.js"> </script> //external api <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> //jquery <script type="text/javascript"> v11onload(function() { $.ajax({ url: 'http://localhost:3000/random