Sha256: a82becbdab59345703670696eea5debbf0f695d4f3bfbc54754282a8badf2b97

Contents?: true

Size: 1 KB

Versions: 20

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

20 entries across 20 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.7 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.6 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.4 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.3 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.1 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.5.0 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.7 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.6 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.4 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.3 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.4.0 app/assets/javascripts/auth/auth_dependencies.js