javascript - JSFIDDLE not working as it should -


using custom built package jquery ui 1.10.3 in project,

 <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> 

i copied js , css files gist used rawgit url include external resource try , recreate happening in project in jsfiddle.

problem, being cant jsfiddle working know why....when user clicks on 'create new layer' button popup should appear holding 3 radio buttons images 'new layer','import layer','external data', select option user wants , click next.

although cant popup appear in jsfiddle here at.....any appreciated: https://jsfiddle.net/j73vpk1m/7/

just thought...the 2 files .css , .js, when used rawgit both out putted 2 js files...possible problem?

jsfiddle doesn't accept asp.net controls. you're using asp.net controls <asp:updatepanel> , <asp:asyncpostbacktrigger>. can use html controls in html panel in jsfiddle.

here question might answer next question of can fiddle asp.net code: is there equivallent jsfiddle asp.net / vb?


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 -