How to get console inside jsfiddle

后端 未结 9 899
情深已故
情深已故 2020-12-04 09:37

How can I get the console to show in a fiddle on JSfiddle.com?

I recently saw a fiddle that had the console embedded in the fiddle, anyone know how this can be done?

9条回答
  •  粉色の甜心
    2020-12-04 10:08

    1. Expand the JavaScript panel
    2. Select jQuery Edge
    3. Select Firebug Lite.

    Which should add an inline console to the bottom of the results tab

提交回复
热议问题