FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Load jQuery inside iframe when calling appcontainer-driver.js api #61

Open kood1 opened 9 years ago

kood1 commented 9 years ago

We need to inject jQuery into the iframe (without collision) and then make jQuery calls by doing a switch to the iframe using contentWindow and calling jQuery API.

kood1 commented 9 years ago

Work on after #60