For questions about using jsFiddle, a web application allowing users to create and execute code written in JavaScript, HTML, and CSS. Do not use this tag to indicate that your question contains a jsFiddle example.
0
votes
2answers
14 views
Custom angular version in jsfiddle
How can I load a custom angular version into jsfiddle?
I want to use version 1.1.5 and not 1.1.1.
I would appreciate a working jsfiddle example.
1
vote
0answers
20 views
Easy way to make a static copy of a web app for JSFiddle?
I often have a problem where I'm working on a dynamic web app with tons of front-end or back-end code and there is a CSS problem that just eludes me despite an hour of scratching my head. I know that ...
0
votes
0answers
28 views
Multiple JSON data in one Highchart dual axis
I have been able to create charts with data from Xively via JSON in Highcharts.
I have also been able to add a second y axis as per some available samples.
What I fail to grasp is how to get a second ...
0
votes
0answers
23 views
Implement a loader like jsfiddle
i've ajax loader data, and while loading i'd like to show a loader like jsfiddle. (the initialize the awesome).
I've find some ressources but none of them talk about this solution implementation.
Do ...
0
votes
2answers
39 views
Why won't this fiddle work?
It's very basic, but it's not working. I know I must be missing something really obvious.
Here is the fiddle.
http://jsfiddle.net/NWWL4/
<input type="button" onclick='clicked();' value='Click ...
0
votes
2answers
23 views
Getting my first jsFiddle code to work - using a jquery AutoComplete with Grep
I am trying to create a new jsFiddle so that I can ask a question here on StackOverflow, and I can't get the basic code that is working in my Aspnet app to work in jsFiddle. To see the example that ...
-2
votes
1answer
35 views
It works on jsFiddle but not in my browser (FF, Chrome) [closed]
I have been trying to get this code to work (http://jsfiddle.net/2DY8M/9/), The file is a single html document in a folder on my desktop. I tried putting the script above and below the closing head ...
2
votes
1answer
45 views
How to switch questionnaire images in javascript
I have a semi-functional questionnaire. Initially a question appears with answers underneath, when an answer is clicked, the it is recorded and shown below to the user.
I now need help getting it so ...
0
votes
1answer
76 views
Skrollr.js: Looping action that will happen all the time while user is scrolling window
Surprisingly, I can't find an answer to this question in Stack Overflow. Seems no one has a need for what I'm specifically after. However, Skrollr has no real documentation I can find, so there's ...
0
votes
2answers
56 views
Why isn't my conditional doing anything?
I'm making a simple tic-tac-toe game but for some reason when trying to create the rules for the game, I can't seem to get anything to work. I have a multidimensional array that has the rules in it ...
0
votes
4answers
57 views
jquery code working in jsfiddle but not working in the browser [closed]
I have a code on jsfiddle, it works fine but when i copy all the content and put it on a notepad then run on the browser, it doesn't work
$('.bxslider').bxSlider({
nextSelector: '#slider-next',
...
0
votes
1answer
39 views
Ember.js linkTo helper doesn't load correspondant route and displays template
While trying to setup a jsfiddle for another question that
I asked here on SO I encountered the following problem:
I try to load the "amounts" route that should render the "amounts" template via the
...
0
votes
0answers
66 views
Highlight wrap a specific string of text after exceeding the 140 limit [duplicate]
I asked this question yesterday: How to insert <em> tag when exceeding 140 limit i.e. going negative?, unfortunately, no luck, and I guess, the real pros do miss it today, as they might go for ...
1
vote
3answers
47 views
How to center vertically a floating div inside an inline-block?
I'm trying to center vertically a div inside an inline-block,
I used this inline-block to get automatically size of child in order to center my div.
The problem is my children div are floating... in ...
0
votes
1answer
33 views
Is there an online javascript playground where I can import/upload a javascript directory/folder or files? [closed]
I've been looking around all the online HTML/JS/CSS playground (jsFiddle, jsBin, etc), but it seems like you can only provide JavaScript on a single window. If it's already possible, I would like to ...
0
votes
4answers
51 views
code working in jsfiddle but not when previewed in browser
I've been struggling all day to make a nav bar that applies certain styles to the link that is currently in use (so if you're on the 'about' page the 'about' link is styled differently to the rest).
...
1
vote
1answer
47 views
Where do I put viewport meta tag in jsfiddle
In jsFiddle I need to put viewport metatag in the head element. But since jsFiddle already includes html, head and body tags, it shows a warning: "No need for the HTML tag, it's already in the ...
0
votes
1answer
24 views
Ensuring jQuery AJAX requests are made with with jsFiddle account
With jsFiddle, an AJAX form is served to the client. I would like to make sure that all AJAX calls are made with the form at jsfiddle.net/MyUsername. I would like to validate the requests with PHP on ...
2
votes
3answers
61 views
Attach a char limit to each comment area jQuery
I am having some issues, and cannot solve this, since I cannot get my head around this. It's kinda a big issue. I want to dynamically attach a char limit and a submit comment button to each post, and ...
3
votes
1answer
61 views
this function not working in firefox
DEMO
this function not working in firefox but 100% working in chrome.what is the reason of that ?
I was create a js code to save elements css for later use.it is working in chrome but not in the ...
1
vote
1answer
64 views
jQuery .post() is not triggering the success handler method
Situation:
I have a simple form and will call a .post()-call (ajax) instead of the actual submit.
The post works as such that it will post the request and receive a 200 (OK) status with the ...
0
votes
2answers
14 views
What causes jsFiddle to display a Heroku app not found box in the result pane
I opened an account today and started working on some code and the only thing I get in the result pane is
As I am trying to research what I am doing wrong, I navigated to several other fiddles from ...
2
votes
1answer
49 views
Why are the HSL values not what one would expect?
As the HSL vals presumably cycle through the rainbow, and there are 7 cardinal colors in that proverbial array of hues (ROYGBIV), the distance between each one, from 0 to 360, should be 51 or 52. So ...
0
votes
4answers
66 views
Calculation help needed in javascript
Why won't this short example work? I am trying to get a total calculated on the fly, but it seems the function's aren't updating the total box.
In my actual work I am using radio buttons to update ...
0
votes
3answers
38 views
Simple arithmatic error javascript
When I do the following operation :
var score = (0.229*5) /
+ (0.237*5) /
+ (0.265*5) /
+ (0.214*5) /
+ (0.055*5);
Score evaluates to ...
0
votes
1answer
32 views
How to use specific version of external library in jsfiddle?
I want to run some simple example from highcharts but with the previous of Highcharts library. This is the example what I mean:
...
0
votes
2answers
50 views
jsfiddle - return html with jquery when
while trying to echo back some html on jsfiddle using jquery deferreds, I'm not getting any data back.
function showData(data1, data2) {
console.log(data1[0]);
console.log(data2);
}
function ...
0
votes
1answer
37 views
Error in gallery slider..
I have made a simple gallery using jquery but the left right buttons are not working ??
I have used jquery function first().appendTo and last().prependTo
Plz check the link below
Mydemo
0
votes
4answers
66 views
Which data type in mysql should i chose to save javascript code using PHP?
I'm making website similar to jsfiddle and in that user can save their javascript codes and retrieve it back indented, so i don't know which DATA TYPE should i use to save codes or should i save it in ...
1
vote
3answers
83 views
Error msg: document.write is disallowed in JSFiddle envioriment and might break your fiddle
When I trying to run one of my JavaScript file on JSFiddle says that "document.write is disallowed in JSFiddle envioriment and might break your fiddle." So how to fix this issue?
Note: When I using ...
0
votes
1answer
36 views
Prevent javascript from running onClick when a contained element is clicked (knockout)
With knockout I have the following:
<!-- ko foreach: data.folders -->
<div class="study-box">
<input class="study-box-checkbox" type="checkbox" />
</div>
...
0
votes
2answers
27 views
Why is my page displaying differently when running my site as opposed to on jsfiddle?
My html:
<section class="featured">
<div class="content-wrapper">
<h1>Hey! This is private!!!</h1>
<form action="" method="POST">
<fieldset>
...
0
votes
1answer
32 views
Object function (a){return new m(a)} has no method 'partial'
I am getting the error Object function (a){return new m(a)} has no method 'partial' when I try to use the partial example (http://underscorejs.org/#partial) in jsfiddle ...
2
votes
1answer
32 views
Autoresize is not defined On Jsfiddle
One year ago, I was looking for about autoresize textarea and I found it here, at that time this script works fine in jsfiddle, but now it does not work, I got an error message on console browser ...
1
vote
3answers
37 views
passing variable to countdown plugin
How can I pass the information contained in the data-countdown attribute to this jQuery function? I have a test set up at http://jsfiddle.net/G4qLE/ which works when hard coding the time but breaks ...
0
votes
1answer
47 views
Why is window.kendo undefined in jsfiddle
H there,
I have created a JSFiddle.
I have linked up the following external resources:
http://getfirebug.com/firebug-lite-debug.js
http://cdn.kendostatic.com/2013.1.319/js/kendo.all.min.js
...
0
votes
2answers
41 views
Jsfiddle code is valid, but will not run
I revised the code that I had previously had a problem on, fixing all the errors and checking multiple times on different "lint" sites.
Just to make sure that the code works in Jsfiddle, I clicked on ...
4
votes
1answer
86 views
jsFiddle not working in Chrome
Recently I created a fiddle with the following code -
HTML
<button onclick="action();">click me<img src="http://dummyimage.com/200x200/000000/fff.gif&text=Image+1" width="200px" ...
0
votes
1answer
119 views
DropDown Menu Display Issue
What I want to do in my website is to have the following code displayed just like its appears but with a timeout for closing the menu when hovering over a menu section (at the bottom is the ...
2
votes
2answers
55 views
Javascript/Jquery Doesn't Function Locally
I keep having this issue with many different code snippets in JQuery where the code I try works on sites like JSFiddle and w3schools, but doesn't work on my computer when I just try to load an html ...
0
votes
3answers
99 views
Uncaught ReferenceError: $ is not defined? Jsfiddle
I'm a beginner at javascript and i have used jsfiddle to create a navigation bar which appears when the user has scrolled down.
When i copy the code to dreamweaver it no longer works?
I have ...
0
votes
2answers
56 views
jsfiddle working once only
This is a link to my jsfiddle. I have a dropdown navigation bar on hover effect.This effect works only once when I run the project.After that it does not work till I run it again.
Does it have to do ...
0
votes
4answers
130 views
Getting table column index using jQuery
I have adequate knowledge about jQuery and its usage but today i got into a trouble of getting the column index of matching label inside th element of table using jQuery. I want to get the index of th ...
1
vote
2answers
38 views
Jwplayer simple code not working in jsfiddle but working on my browser
I am using Jwplayer for my videos to be played.
so i was using JS fiddle to test JWplayer API
I had included JS file as instructed in jsfiddle. Video works fine but i am tring to have one button ...
0
votes
1answer
39 views
chrome is fine with jsfiddle but firefox isn't
SAME URL FOR PROVIDED
Firfox :
Chrome :
jscode is bellow
function css(a){
var sheets = document.styleSheets, o = {};
for(var i in sheets) {
var rules = sheets[i].rules || ...
0
votes
1answer
53 views
using scroll function to animate toggle an element
I have a logo which on document ready is hidden with opacity of 0, then when the user scrolls to beyond 400px the logo animates into view and when it is less than 400px it animates out of view.
At ...
0
votes
0answers
17 views
How do i use REVERT in JQuery?
Here is the link to the code: http://jsfiddle.net/73Un5/3/
As you can see, my draggables "header", "content", and "footer" can snap to any box. I need to use revert so that "header" will only snap to ...
0
votes
1answer
41 views
Highcharts basic bar graphs. How to remove strokewith from the bars
While using a demo highchart (from highcharts.com). To be more specific a basic bar chart, a grey theme.
As in this one http://www.highcharts.com/demo/bar-basic/gray
The bars on the graph in grey ...
0
votes
0answers
31 views
js fiddle images and animation not working
I am new to jsfiddle so cannot exactly figure out why the images and the animation to the menu are not displayed there.The animations are done through jquery.
Am I supposed to add anything through the ...
0
votes
1answer
66 views
JSFiddle - Use POST request error
I've looked at several other SO questions about this same error, but they don't seem to quite match what I'm doing.
I'm working up an AngularJS app & trying to do pagination within JSFiddle. When ...


