選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
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. });