Jquery and frames
Posted
by Shard
on Stack Overflow
See other posts from Stack Overflow
or by Shard
Published on 2009-04-15T23:22:15Z
Indexed on
2010/04/15
9:13 UTC
Read the original article
Hit count: 341
I am currently working on a web application that has been created using a magnitude of frames that stretch down up to 5 times, The issue is that i need to preform some jquery magic throughout the website.
What would be the best way to go about this (other than rewriting it which i have considered)?
EDIT:
The Frame Structure is something along the lines of this:
Index.html
menu.html
banner.html
list.html
footer.html
/lib/index.html
header.html
body.html
footer.html
The magic i am referencing is a few hot key shortcuts, find and replace that kind of stuff
© Stack Overflow or respective owner