foreground.js 101 B

1234
  1. jQuery(document).ready(function() {
  2. jQuery(document).foundation();
  3. alert('ready for action');
  4. });