Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add jquery plugins to jsfiddle.net? [closed]

for example, I want to add this to jsfiddle.net

jQuery Validation

is this possible?

like image 962
Rey Libutan Avatar asked Jul 02 '12 09:07

Rey Libutan


2 Answers

In the left hand panel, there is a section called "Add Resources". Click this, then add the URL into the field and click the + button. This will add your resource (JS or CSS) to the page without your having to worry about how to code it correctly.

Add resources panel on jsFiddle

like image 154
lonesomeday Avatar answered Oct 18 '22 15:10

lonesomeday


If you know the URL to a version of that plug-in, you can add it as a resource by clicking on the link "Add resource" on the left-hand side, entering the URL and clicking the big + button.

Note that unless you are hosting the URL yourself or you are using an acknowledge static location (i.e. on Google CDN), the resource URL might stop working at any time.

like image 45
Martijn Avatar answered Oct 18 '22 17:10

Martijn