How to pass GET parameters to jsFiddle -


how pass parameters jsfiddle? tried http://jsfiddle.net/mkwcf/?id=123 http://fiddle.jshell.net/mkwcf/show/

my example js simple on given link above:

alert(window.location.href); 

as of october 2014 little more complicated used be:

if jsfiddle url is:  

http://jsfiddle.net/u7g7n/44

use instead (including url parameters): 

http://fiddle.jshell.net/u7g7n/44/show/light/?lat1=52&lng1=9&lat2=50&lng2=1

and send same url (including parameters) referer. can use referer control chrome plugin: https://chrome.google.com/webstore/detail/referer-control/hnkcfpcejkafcihlgbojoidoihckciin

and configure this: enter image description here

now second link (including parameters) should work.

edit: plugin refcontrol works firefox: http://www.stardrifter.org/refcontrol/ configure "fiddle.jshell.net" site, choose "forge" (substitute root address).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -