Bjorn Friese « visit
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Bjorn Friese - http://frieze.dk
$(function(){
$(".content")
.hide();
$("h1")
.click(function(){
$(".content")
.slideUp();
$(this)
.next()
.slideDown();
});
});
Syndicate
Categories
Statistics
There are 330 Sites with 745 Links of Interest in 18 Categories. The latest Site was added 4 months ago.
About
This is a project by Sebastian Senf, for his part jQuery user and lover too. Follow me.