這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

HTML5 Details Polyfill

描述

Adds fallback support for the HTML5 <details> and <summary> elements in browsers that don’t support them using Mathias Bynens’ <details>/<summary> jQuery plugin.

Once the plugin is activated on your site, the following HTML should work in all modern browsers, even if they don’t natively support the <details> and <summary> elements:

<details>
  <summary>Click for more info...</summary>
  This is where you'd add the additional content that won't be seen until the "summary" is clicked.
</details>

安裝

Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the plugin from the “Plugins” page.

評價

2018年2月6日
Wordpress displays a warning that this plugin hasn’t been tested with recent Wordpress versions, but it works fine for me (Firefox 58, IE 11).
閱讀全部4個評價

貢獻者及開發者

“HTML5 Details Polyfill” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 HTML5 Details Polyfill 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • First public release!