mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(http-equiv='X-UA-Compatible', content='IE=edge')
|
|
title Cow tests
|
|
body
|
|
script(src='../node_modules/requirejs/require.js')
|
|
script(src='../node_modules/jquery/dist/jquery.min.js')
|
|
script.
|
|
if (window.frameElement) {
|
|
var id = location.search.split('=')[1];
|
|
window.parent.$(window.parent.document).find('#' + id).trigger('lockedAndLoaded')
|
|
}
|