adding code to jsfiddle
Posted
by
loriensleafs
on Stack Overflow
See other posts from Stack Overflow
or by loriensleafs
Published on 2012-10-11T03:30:21Z
Indexed on
2012/10/11
3:37 UTC
Read the original article
Hit count: 199
I want to add a very simple bit of code to a jsfiddle, but when ever I do it breaks everything else. This is the code I'd like to add:
$("#launcher").click(function(){
$("#profile_850_HEADER").animate({
margin-top: "10px"
}, 1500 );
});
and this is the jsfiddle http://jsfiddle.net/loriensleafs/F3wjg/3/ , I'm sure this is beyond simple but I can't figure it out, any help would be greatly appreciated.
© Stack Overflow or respective owner