javascript - how to include reference in JSFIDDLE -


bit of beginner @ using jsfiddle...trying recreate issue in code. unsure how include correct reference though. code using:

    <link href="/jquery-ui-1.10.3.custom/css/start/jquery-ui-1.10.3.custom.min.css" rel="stylesheet" type="text/css" /> <script src="/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script> 

so q being how include these files in jsfiddle. cant seem find them drop down?

thanks again

use external resource part. jsfiddle automatically identifies js or css based on extension:

note: work if files publicly available online. if they're on local machine, feature won't work you.

if wanna upload local file, can use gists , put code in it. can use rawgit working url , add there, usual.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -