Hi @Ronnie09 , Try with below code snippet JS File : (function($, $document) {
"use strict";
$(document).on("foundation-contentloaded", function(e) {
$("#tabhideandshow").each(function() {
showHide();
});
});
$document.on("change", ".textType", funct...