foreground.js 158 B

123456789
  1. jQuery(document).ready(function() {
  2. /* INITIATE PLACEHOLDERS */
  3. $('input, textarea').placeholder();
  4. /* INITIATE TOOLTIPS */
  5. $(this).tooltips();
  6. });