// SITE WIDE Javascript... $(document).ready(function() { $('.sidenav').sidenav(); $('.tabs').tabs({ onShow: function () { // TODO: remove input values from other tabs... } }); })