jQuery(document).ready(function() { /* INITIATE PLACEHOLDERS */ $('input, textarea').placeholder(); /* INITIATE TOOLTIPS */ $(this).tooltips(); });