Link to home
Start Free TrialLog in
Avatar of SimpleJoe
SimpleJoeFlag for United States of America

asked on

Possible to load jquery into frame?

Hello, is it possible to modify this snippet of jquery code so that it loads in a frame titled "frametest"

$('#test').load('test.php&?randval='+ Math.random(),function test() {
        //...etc...

any help is most appreciated.
ASKER CERTIFIED SOLUTION
Avatar of maeltar
maeltar
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SimpleJoe

ASKER

thanks, i was hoping to load jquery into a regular frame, but I will see if using iframes might work for me. appreciate the info.
by frame do you mean a div ?
i meant the original HTML <frame> tag, but I am looking into iframes... thanks