Â鶹¹ÙÍøÊ×Ò³Èë¿Ú

This site is now deprecated. Please use our new documentation at .

.blq-js

The CSS class blq-js is added to the html tag on capable JavaScript devices before the page starts rendering.

By prefixing CSS declarations that rely on JavaScript with .blq-js, for example .blq-js #panel2{display:none;} you can ensure your page appears without any flicker of content that should be hidded or otherwise styled differently when JS is present.

Adding your own class to the html element

If you wish to add your own class to the html element, please ensure you check for an existing class as follows:


if (typeof document.documentElement.className == "string") {
    document.documentElement.className += " yourClass";
} else {
    document.documentElement.className = "yourClass";
}

Test

Panel 2 content is hidden using .blq-js #panel2{display:none;}

Panel 1 (one) content

Panel 2 (two) content

Â鶹¹ÙÍøÊ×Ò³Èë¿Ú iD

Â鶹¹ÙÍøÊ×Ò³Èë¿Ú navigation

Â鶹¹ÙÍøÊ×Ò³Èë¿Ú © 2014 The Â鶹¹ÙÍøÊ×Ò³Èë¿Ú is not responsible for the content of external sites. Read more.

This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.