Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable jQuery UI in JSFiddle?

There is no option for jQuery UI in the "Frameworks & Extensions" part. Should i add it as an external resource?

like image 889
prigero Avatar asked Jun 19 '15 07:06

prigero


People also ask

Does JSFiddle support jQuery?

jsFiddle is one of the most popular web development environments (working in a web browser) that allows you to edit and run code written in HTML, JavaScript and CSS, which will be called a «fiddle». It is possible to use a JavaScript library, such as jQuery.

How do I run a function in JSFiddle?

With JSFiddle, you can write code in the JavaScript box and then execute it by clicking the Run button on the menu bar at the top of the JSFiddle page.

Is JSFiddle an IDE?

JSFiddle is an online IDE which is designed to allow users to edit and run HTML, JavaScript, and CSS code on a single page.


2 Answers

The UI for adding JS frameworks has been adapted (multiple times).

Currently you can add these frameworks by clicking on the settings-cog-wheel of the Javascript section:

screenshot of JS context menu

like image 79
reto Avatar answered Sep 28 '22 02:09

reto


The JSFiddle Frameworks & Extensions selection has been moved to the Javascript pane options!

enter image description here

like image 39
dotancohen Avatar answered Sep 28 '22 03:09

dotancohen