We Follow « 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 We Follow - http://wefollow.com
var WeFollow = {
init: function() {
WeFollow.bindButtons();
$('#go').click(function() {
var location = '/tag/' + $('#goto')[0].value;
window.location = location;
return false;
});
},
unBindButtons: function() {
$('.a-info').unbind().click(function() {
return false;
});
},
bindButtons: function() {
$('.a-info').click(function() {
WeFollow.unBindButtons();
$('.more-info:not(#info-' + this.id + ')').hide('fast');
$('#info-' + this.id).toggle('fast', WeFollow.bindButtons);
return false;
});
}
};
$(document).ready(function() {
WeFollow.init();
});
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.