All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.vendor.modernizr.test.browser.iframe.jade Maven / Gradle / Ivy

The newest version!
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')
      }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy