简体   繁体   中英

Firebug - how can I run multiline scripts or create a new JavaScript file?

Is there a way in Firebug to start a new script file to apply to page? Basically I want to do work like I'd normally do on the Firebug console but be able to to paste in multi-line functions, etc. It doesn't seem like the console is amenable to that.

Down in the lower-right corner of the FireBug UI you should see a red square icon with an up arrow. Use that and stretch it to a size you like.


截图

截图

maybe not within firebug, but you could try some techniques similar to the jQuery bookmarklet.

bookmarklet link

What about this idea:

Assuming your page can already have script tags that reference jQuery and a 'Script Include' jQuery plugin , then in the Console you could arbitrarily do:

$.include(' http://example.com/scripts/some_script.js ');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM