jQuery(document).ready( function() { // pulse jQuery('.fade').animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300).animate( { backgroundColor: '#ffffe0' }, 300).animate( { backgroundColor: '#fffbcc' }, 300); // show things that should be visible, hide what should be hidden jQuery('.hide-if-no-js').removeClass('hide-if-no-js'); jQuery('.hide-if-js').hide(); // Basic form validation if ( ( 'undefined' != typeof wpAjax ) && jQuery.isFunction( wpAjax.validateForm ) ) { jQuery('form.validate').submit( function() { return wpAjax.validateForm( jQuery(this) ); } ); } }); /* (function($) { $.fn.tTips = function() { $('body').append('