jquery frames - $(document).ready doesn't work
i have page, formula js jquery works unequivocally well. nonetheless unfortunately, site unequivocally very old, uses frames. i hallowed page inside frame, $(document).ready()
doesn't glow up.
my frameset looks like:
<frameset rows="79,*" frameborder="1" framespacing="1" bordercolor="#5996bf" noresize>
<frame name="header" src="operations.aspx?main='info.aspx'" marginwidth="0" marginheight="0" scrolling="no" noresize frameborder="0">
<frame name="main" src="info.aspx" marginwidth="0" marginheight="0" scrolling="auto" noresize frameborder="0">
</frameset>
my page hallowed main
frame. should i do?
Comments
Post a Comment