這個外掛並未在最新的 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!