标签: javascript jquery html frameset
我需要通过单击来自不同框架集的标记来隐藏框架。 (页面有更多帧) 我试过了:
$("#azSUBMIT").click(function(){ $("frame[name='frameHidden']").hide(); });
JSFiddle demo