If I don't include styles inside your demo page and make a $('details').details(); this plugin doesn't work in Firefox 21 and Chrome 26. (Although Chrome has native support)
If i include that styles, plugin works in Chrome natively. Plugin works in Firefox but with creating two boxes even I didn't open the details by clicking arrow. All of the details/summary parts have two big boxes around them which makes page unreadable.
If I don't include styles inside your demo page and make a
$('details').details();
this plugin doesn't work in Firefox 21 and Chrome 26. (Although Chrome has native support)If i include that styles, plugin works in Chrome natively. Plugin works in Firefox but with creating two boxes even I didn't open the details by clicking arrow. All of the details/summary parts have two big boxes around them which makes page unreadable.