यो प्लगिन वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन। यो अब सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

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.

समीक्षाहरू

फेब्रुअरी 6, 2018
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” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.0

  • First public release!