<script type = "text/javascript">$(function() { $('#btn_hide').click(function() { $(".childiv:empty").parent().hide(); });})</script>
Login to post response