$(document).ready(function(){ $(".file").bind("change", function() { FileSize(); }); $('.checkbox').click(function() { $(this).nextAll('.hidden').first().toggle(this.checked); }); $('.bied-page-blok-input-media-extra').click(function() { $(this).prevUntil('.stop', '.hidden').last().toggle(this.checked); $(this).prevUntil('.stop', '.hidden').last().removeClass('hidden'); var CheckElem = $(this).prevUntil('.stop', '.hidden').length; if (CheckElem < 1){ $(this).addClass('hidden'); } }); });