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
3
votes
0 answers

How to get tooltips to work within my Chart.js BoxPlot extension?

G'day, sirs! Background: Needed a simple BoxPlot extension for Chart.js (http://www.chartjs.org/), see Code here: http://jsbin.com/yekimavemu/2/edit?html,js,console,output (Not working currently, see problems, below) Took the StackBar community…
alexrjs
  • 546
  • 8
  • 15
3
votes
3 answers

Add and push additional objects on the fly with Ember

I am trying to add and push additional objects in my application. I have reproduced the case in this jsBin To Achieve that I have followed this tutorial, which does exactly what I want. I have a list of invoices and any invoice is composed by…
Koala7
  • 1,340
  • 7
  • 41
  • 83
3
votes
3 answers

Ember.js jsBin template/skeleton with the latest Ember.js code

Whatever Ember.js links I was including on jsbin is no longer working. So I would like this thread to have the latest working template/skeleton of Ember.js for jsBin.
HaoQi Li
  • 11,970
  • 14
  • 58
  • 77
3
votes
1 answer

Jsbin dark theme

So in order to change Jsbin's theme one can go to console and write jsbin.settings.editor.theme = "theme-you-want"; as I read here. I like monokai theme but unfortunately there is a big drawback about dark themes. When you get your cursor on a…
Roy
  • 31
  • 5
3
votes
1 answer
3
votes
1 answer

Problems with Javascript & CSS on dropbox (mime types)

I thought I would share this answer for others, since it took me some time to figure out: I am using jsbin and jsfiddle for testing web pages. I have many javascript and CSS files (as well as images referenced from the CSS files). I am using DropBox…
Dr.YSG
  • 7,171
  • 22
  • 81
  • 139
3
votes
1 answer

JSBIN vs LESS CSS

Is it possible to make LESS CSS work with JSBIN? Under Add library we can add Less 1.1.3, but I'm not sure if or how I can make it work. Test: http://jsbin.com/idekiz/1/edit
Kurt
  • 695
  • 3
  • 8
  • 17
2
votes
1 answer

Install JSBin locally

I wanted to follow this page to run JSBin locally. I have installed xcode 8.2 in my mac. Now, npm -v returns 3.10.9; node -v returns v7.2.1. After git clone git@github.com:remy/jsbin.git and cd jsbin, I modified package.json such that it has…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
2
votes
2 answers

JSBIN Project with RX.Js 5.0.0 Pulling 'Not Defined' Error

When I run a new JSBIN project with the following specifications: - Utilizing Tabs: JavaScript, Console - Adding Library: RxJS 5.0.0 And then run the following code block in the JavaScript area: var observable = Rx.Observable.create(observer => { …
Mindsect Team
  • 2,311
  • 5
  • 29
  • 36
2
votes
1 answer

Why doesn't JSBin show closure, while JSFiddle does for the same code?

I have this code snippet which I am using to demonstrate how closures work. I use the console.dir function to print the function scope in google chrome inspector. The part that I am not able to figure out is JSBin doesn't show the Closure in…
Vinayak Kolagi
  • 1,831
  • 1
  • 13
  • 26
2
votes
2 answers

How to set JSBin themes?

I read that you can set different themes for JSBin. I saw it here: http://elijahmanor.com/custom-jsbin-code-editor-settings/ It doesn't appear to work for me, though. I went to my browser's console and entered: jsbin.settings.editor.theme =…
Sophie
  • 304
  • 10
  • 12
2
votes
3 answers

Polymer 1.0: Vertically stacked group with no white space (iron-flex-layout)

Question How do I create a group UI element with the following characteristics? It is a group of elements. It is stacked vertically. Each button fills the entire width of the container (without margin, padding or…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
2
votes
1 answer

Error in JS Bin - "YUI is not defined" -

I have a simple code in JS Bin: https://jsbin.com/tutuku/edit?html,js,console,output And I'm getting this error: "YUI is not defined". From what I understand, probably YUI node is not loaded at the moment YUI is called. Is there a simple…
Marian07
  • 2,303
  • 4
  • 27
  • 48
2
votes
2 answers

Demo of an AngularJS directive's templateUrl in JsBin

I have working code that I want to demo with JsBin but I can't get the AngularJS directive templateUrl to work (it does work with the template value). http://jsbin.com/guvok/ is trying to reference http://jsbin.com/razit/ but fails. For the sake of…
Boggin
  • 3,251
  • 3
  • 33
  • 48
2
votes
0 answers

Best strategy for installing multi-user JS Bin on Windows

My group works on a library that's distributed to other teams in our organization to use in their own projects. We recently introduced interactive examples, created in JS Bin, to our online documentation. I've installed JS Bin globally to the server…
Willy
  • 1,055
  • 8
  • 23
1
2
3
8 9