mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-10 08:08:08 -05:00
4 lines
445 B
HTML
4 lines
445 B
HTML
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Cow tests</title></head><body><script src="../node_modules/requirejs/require.js"></script><script src="../node_modules/jquery/dist/jquery.js"></script><script>if (window.frameElement) {
|
|
var id = location.search.split('=')[1];
|
|
window.parent.$(window.parent.document).find('#' + id).trigger('lockedAndLoaded')
|
|
}</script></body></html> |