Designbits « 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 Designbits - http://designbits.de
$(document).ready(function() {
$(".faq > dd").hide();
$(".faq > dt").click(function() {
$(this).toggleClass("on").toggleClass("off").next().slideToggle("fast");
});
});
$(document).ready(function() {
$("#mailinglist_form").validate();
$("#contact_form").validate();
$.extend($.validator.messages, {
required: "",
email: ""
});
});
$(document).ready(function() {
$("div#controller").jFlow({
slides: "#slides",
width: "500px",
height: "220px"
});
});
$(document).ready(function() {
$("#clicksubmit").click(function() {
$("form").submit();
return false;
});
});
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.