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) ); } ); } // Move .updated and .error alert boxes jQuery('div.wrap h2 ~ div.updated, div.wrap h2 ~ div.error').addClass('below-h2'); jQuery('div.updated, div.error').not('.below-h2').insertAfter('div.wrap h2:first'); }); // stub for doing better warnings (function($){ showNotice = { warn : function(text) { if ( confirm(text) ) return true; return false; }, note : function(text) { alert(text); } } })(jQuery); /* (function($) { $.fn.tTips = function() { $('body').append('