scripts.js 420 B

1234567891011121314151617181920
  1. /*
  2. Bones Scripts File
  3. Author: Eddie Machado
  4. This file should contain any js scripts you want to add to the site.
  5. Instead of calling it in the header or throwing it inside wp-head()
  6. this file will be called automatically in the footer so as not to
  7. slow the page load.
  8. */
  9. // as the page loads, cal these scripts
  10. $(document).ready(function() {
  11. // add all your scripts here
  12. }); /* end of as page load scripts */