我试图在我的Chrome扩展中实现jQuery,以便在我的background.js中包含firebase.js (这看起来已经很奇怪了),但是chrome拒绝从jquery.js内部执行代码。background.js{
// code depending on firebase.js, jquery is just"ba
我试图在一些文本旁边动态地放置一个按钮元素,但是我在DOM中得到了以下内容:Text next to button [object Object]。$('<div>').html('Text next to button ' + $btn).appendTo($('#test'))
<script src="https: