This is my code
$("#default-hidden").each(function(){
                    $(this).css("display", "none")
                });
its working on only the first occurrence of id=default-hidden, but it should be working on all. What am I doing wrong? TIA.