Questions tagged [jsbin]

jsbin is an online editor for sharing and editing code.

jsbin is similar to it allow creating, sharing and editing web including , and through the community. jsbin make it easy teamwork development and troubleshooting by making modular working demos of code available for everyone in your team or community.

Alert: Regarding this tag in a question should be only when your issue or question is meant by the usage of jsbin.

130 questions
0
votes
1 answer

JSBIN doesn't load in reveal.js presentation

When using multiple jsbin embeds in a presentation, each bin doesn't load until I click one of the headers (ie, "HTML", "CSS", etc.). This only seems to happen in larger presentations like this one (navigate to /3/4 from the start to see the…
mike
  • 22,931
  • 31
  • 77
  • 100
0
votes
1 answer

Installable code playground

I am looking for an installable code playground, possibly for HTML, CSS and Javascript. I am a computer science professor and in one of my courses I teach basic HTML, CSS and some Javascript. I would like to introduce my students to code…
Almotasim
  • 25
  • 5
0
votes
1 answer

How can I get my google-maps API key to display my Map in jsbin

I am trying to get my google map to display in jsbin so I can do some testing and development there rather than on my website but I can't get it to display and get the following message: Google has disabled use of the Maps API for this application.…
LeasMaps
  • 300
  • 4
  • 14
0
votes
1 answer

Get url from updated JSBIN IFRAME

I have an iframe with a jsbin url. When I edit the jsbin, is there any possible way to obtain the upgraded url, without taking it from the jsbin interface. For example, I have my iframe with jsbin. I work some stuff on it, and the url of the jsbin …
Abe
  • 757
  • 6
  • 15
0
votes
1 answer

How many unique jsbin url shortcode combinations can exist?

This is jsbin's function that generates each bin's identification shortcode: function shortcode() { var vowels = 'aeiou', consonants = 'bcdfghjklmnpqrstvwxyz', word = '', length = 6, index = 0, set; for (; index < length;…
Keeper Hood
  • 594
  • 5
  • 17
0
votes
0 answers

JS Bin to Sublime Text : popover disabled

This is the code I've been testing in JS Bin to create popovers for my website: http://jsbin.com/akutis/5/edit (be sure to click on "run with JS" for it to work) When I import the code into my Sublime Text editor, I create a popover.js file where I…
Julia
  • 1,369
  • 4
  • 18
  • 38
0
votes
3 answers

How can I get this sticky footer working?

I've applied the CSS sticky footer tutorial that I got from here on my website, but for some reason I can't get it to work? JSBin Thanks in advance.
Jamie Smith
  • 11
  • 1
  • 7
0
votes
1 answer

iframe to stackoverflow.com in jsbin

I was using jsbin to test some code, related to iframes, here is the link to my work http://www.jsbin.com/evidez/1/edit By mistake I set the url of the iframe to http://stackoverflow.com, now when http://www.jsbin.com/evidez/1/edit loads, then an…
Tomarinator
  • 782
  • 1
  • 11
  • 28
0
votes
1 answer

writing www wont work when browsing?

I always thought that navigating to www.jsbin.com is like jsbin.com Now - after i try in my browser : http://jsbin.com/ is working but http://www.jsbin.com/ is not working. is there a reason for this ?
Royi Namir
  • 144,742
  • 138
  • 468
  • 792
0
votes
1 answer

Page search and console.log doesn't work in JSBin

What am I doing wrong, because "page search" (Ctrl-cmd / Ctrl-f) doesn't work in JSBin? http://jsbin.com/oqojan/42/edit I try to search term "path2curve" in Javascript-window, but only the first match is found, although the term exists on the…
Timo Kähkönen
  • 11,962
  • 9
  • 71
  • 112
-1
votes
1 answer

Could using native browser modal dialogs in a loop lead to potentially infinite execution?

I was trying some code at JSBin and got weird results. This should work - it's a simple loop that uses Window.prompt. It does execute the correct number of times using Stack Snippets: for (let i = 0; i < 3; i++) { console.log(`i: ${i}`); …
VLAZ
  • 26,331
  • 9
  • 49
  • 67
-1
votes
2 answers

Hello World doesn't work on JSBin

What's wrong with my simple hello world attempt? Here's the JSBin class Hello extends React.Component { render() { return(

Hello {this.props.name}

) } } React.render( , …
Maria Jane
  • 2,353
  • 6
  • 23
  • 39
-1
votes
1 answer

How do I link a button to another page in Jsbin without posting my website to the internet?

I'm trying to build a website using html and css in jsbin. When I try to link a button (using the outlined code: Home) I enter the page name generated by jsbin (on the left hand side of each page in the…
-1
votes
2 answers

Usage of public JSON service within JS Bin + OPEN UI5 app

I wanted to play around a little bit with OpenUI5 and JS Bin. And use a public JSON service for some mock data. However I am not able to load data to my JSONModel from this public JSON service within JS Bin. Please check My Example where I set the…
sachad
  • 307
  • 4
  • 13
-1
votes
1 answer

Why are anchor tags not working in jsbin or jsfiddle ?

JSBIN: http://jsbin.com/mucume/edit?html,output JSFiddle: http://jsfiddle.net/ksvq4buc/ JS Bin Google
gprasant
  • 15,589
  • 9
  • 43
  • 57
1 2 3
8
9