/* ************************** (c)2010-2014 phpmywind.com update: 2012-6-19 14:01:37 person: feng ************************** */ $(function(){ var current; $(".picture a").eq(0).show(); $(".preview a").click(function(){ current = $(".preview a").index($(this)); $(".picture a").hide().eq(current).fadein(300); }); })