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 same url address

I would like to ask is it possible to keep the same url address on JSbin? Like, I've done some things before and I want to add something now, without changing the url. Is it possible without having an account there?
heylala
  • 9
  • 3
0
votes
2 answers

Javascript output functions other than console.log

Am using JS Bin and am just starting to study Javascript. In the book am using the output is shown using console.log(function). That does not show anything, and am being forced to use alert(function) to see the output. Are there any other ways i can…
Crazy Duke
  • 57
  • 1
  • 5
0
votes
1 answer

JS Code Works in jsbin and Not in jsfiddle or Chrome/Safari?

I am trying to figure out why this code is working only in jsbin and not in jsfiddle or in any web browser as an html/js file. I have tried debugging but cannot find a conclusion. I made the mistake of coding directly in jsbin instead of a…
user4592091
0
votes
1 answer

Ember cli, cannot display/debug my model data

I'm using JSBIN to test out some Ember stuff and I can't seem to display my model data. Unfortunately on only error I get is "Script error (line 0)" which isn't very helpful. JSBIn here: http://jsbin.com/duqehebewu/3/edit?html,console,output
redconservatory
  • 21,438
  • 40
  • 120
  • 189
0
votes
1 answer

Error: Attempted to handle event `didSetProperty` when Deleting record model ember

I have an issue when i deleteRecord in my app and i know the reason why this is happening but i can not figure the issue out I have reproduced the case here, I add an Invoice and then i add more transactions. The problem happens after i have…
Koala7
  • 1,340
  • 7
  • 41
  • 83
0
votes
1 answer

Model Delete Record Ember

I have reproduced in this example my problem, i have created the actions to add and remove transactions in an invoice, the problem is that in my Ember-data the transaction removed is not deleted in the record. this the code where i am doing…
Koala7
  • 1,340
  • 7
  • 41
  • 83
0
votes
1 answer

jsbin for loop not working Unexpected token error

I am using JS Bin and realize that the for loop are not working for me on JS Bin. I get an "Unexpected token ;" error Here is my code on JS Bin Event the simplest for loop that prints numbers from 1 to 10 does not work. Like so: for(var…
raneshu
  • 363
  • 2
  • 16
  • 46
0
votes
1 answer

Sprites not drawing on canvas (Javascript)

I drew 6 sprites (which are squares) and they are suppose to spawn on my canvas after certain amount of seconds (I have a timer) but only one of them is being drawn at 0,0 coordinates for some reason, and even after the certain amount of seconds,…
The Good Guy
  • 31
  • 1
  • 2
  • 11
0
votes
2 answers

Getting velocity.js working on JSBin

This has got to be simple; what am I doing wrong? http://jsbin.com/tayemi/2/ Velocity doesn't seem to want to do anything.
Nabha Cosley
  • 1,118
  • 10
  • 18
0
votes
1 answer

moving background image horizontally

My Game I made a game and all the images included in it is moving vertically. I would like to know how to move it horizontally.
0
votes
0 answers

Sprites Blinking

So basically i had some code of a car that has speed and everything, now i want another one with the same properties. So i duplicated the whole code and changed the other cars url and all of the variables for it. I get 2 cars on my canvas but they…
The Good Guy
  • 31
  • 1
  • 2
  • 11
0
votes
1 answer

Circle Not showing up on canvas

There is supposed to be a circle on my canvas along with my car and background. My code is on jsbin: http://jsbin.com/hagavoyuwu/3/edit Code for circle that is not working is: function…
The Good Guy
  • 31
  • 1
  • 2
  • 11
0
votes
1 answer

ValueBinding not working on adding new Object in my Ember view

I have an Input field type number where the result of the multiplication of two values is displayed. I have set the total function which is my valueBinding in the html Here my Ember.View.extend with the total calculation App.TotalView =…
Koala7
  • 1,340
  • 7
  • 41
  • 83
0
votes
1 answer

How to stop event bubbling on editing a view in Ember

I am working on some editable views in Ember, click here to see my jsbin and i have an issue anytime i want to edit a current view. As you can see the problem is that once i click to edit a single view, all the other transactions become editable, i…
Koala7
  • 1,340
  • 7
  • 41
  • 83
0
votes
2 answers

Setting up testing of an Ember boilerplate on JSBin.com

I'm learning Ember basics running the code online in the awesome http://ember.jsbin.com/ code fiddling service. It provides a basic boilerplate of an HTML file, a CSS file and a JS file. I wonder how can use it to run unit tests of my Ember app. My…
Andrey Mikhaylov - lolmaus
  • 23,107
  • 6
  • 84
  • 133
1 2 3
8 9