You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 line
487B

  1. $(document).ready(function() {
  2. $('.slider').slider();
  3. $('.parallax').parallax();
  4. $('.scrollspy').scrollSpy();
  5. $(".dropdown-button").dropdown();
  6. $(".button-collapse").sideNav();
  7. $('select').material_select();
  8. $('.datepicker').pickadate({
  9. selectMonths: true, // Creates a dropdown to control month
  10. selectYears: 15 // Creates a dropdown of 15 years to control year
  11. });
  12. //$('.modal-trigger').leanModal();
  13. $('.carousel').carousel();
  14. });