Sha256: 2cf060c2f02a5f189dacc3b93f72bd8853a529f6fd95377640b426bdc1d22a65

Contents?: true

Size: 1 KB

Versions: 15

Compression:

Stored size: 1 KB

Contents

// the following stuff is default usually provided in any application, but is necessary for the app to work.

//= require jquery
//= require jquery_ujs
//= require underscore
//= require turbolinks
//= require cloudinary



/**
$(document).ready(function() {
    $('select').material_select();
});
***/

document.addEventListener("turbolinks:load", function() {
  $('.modal').modal();
  $('.tabs').tabs();
  $('.sidenav').sidenav();
  $('.collapsible').collapsible();
  $('.parallax').parallax();
  $('.datepicker').datepicker();
  $('select').formSelect();
});


 $(document).ready(function(){
    $('select').formSelect();
  });

$(document).ready(function(){
    $('.modal').modal();
});

$(document).ready(function(){
    $('.tabs').tabs();
  });

$(document).ready(function(){
    $('.sidenav').sidenav();
  });

$(document).ready(function(){
    $('.collapsible').collapsible();
  });

$(document).ready(function(){
    $('.parallax').parallax();
});

$(document).ready(function(){
    $('.datepicker').datepicker();
});

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.7 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.6 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.3 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.1 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.3.0 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.6 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.4 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.3 app/assets/javascripts/auth/auth_dependencies.js