Best
17.5K views | +2 today
Follow
Best
Best or Top of a Category
Your new post is loading...
Your new post is loading...
Scooped by Dr. Stefan Gruenwald
Scoop.it!

1000 jQuery Links from 2012 sorted by popularity (Google, Alexa, Yahoo!)

1000 jQuery Links from 2012 sorted by popularity (Google, Alexa, Yahoo!) | Best | Scoop.it

http://www.scoop.it/t/best?q=jquery

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Draggable see-through png image in front of background image

Draggable see-through png image in front of background image | Best | Scoop.it

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">;
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>;
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>;
<style>
div#tower {
position: relative;
}
img.girl {
position: absolute;
top: 494px;
}
#draggable {
display: inline;
}
</style>
</head>
<body>


<div id="tower">
<img src="tower.jpg"/>
<p><img id="draggable" class="girl" class="ui-widget-content" src="girl.png"/></p>
</div>

<script>
$(function() {
$( "#draggable" ).draggable();
});
</script>

</body></html>

No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

650 Sublime Text 2 Links

650 Sublime Text 2 Links | Best | Scoop.it

http://www.genautica.com/links/650_sublime_text_links.html

No comment yet.