$(document).ready(function() { $('a, button').mouseup(function() { $(this).addClass('active'); }); $('.replace').each(function() { $(this).children('input:empty').attr('value', $(this).children('label').html()); }); $('.replace label').hide(); $('.replace input').focus(function() { var $input = $(this); var $label = $(this).siblings('label'); $input.attr('value', ($input.attr('value') == $label.html()) ? "" : $input.attr('value')); $input.select(); }); $('.replace input').blur(function() { var $input = $(this); var $label = $(this).siblings('label'); $input.attr('value', ($input.attr('value').length != 0) ? $input.attr('value') : $label.html()); }); $('form').validate(); $(".fancybox").fancybox({padding: 0, hideOnContentClick: false,centerOnScroll: true, enableEscapeButton: false}); }); $('document').ready(function() { $('.home #idealists-cycle #idealists-list').cycle({ timeout: 10000, pager: '#idealists-cycle #idealists-nav', pagerAnchorBuilder: function(idx, slide) { return '