Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(document).on({
  2. "turbolinks:load": function() { $("select").material_select(); },
  3. "turbolinks:before-cache": function() { $("select").material_select("destroy"); }
  4. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement