January 22, 2009

Sexy Page Curls



thought that sexy curls were not related to technology, but Elliott Kember packaged a nice and easy page curl plugin using jQuery.


<script>
$(document).ready(function(){
$( '#target' ).fold();
});
</script>

No comments: