samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603 stars 259 forks source link

Title text does not contain markup. #4

Closed redndahead closed 11 years ago

redndahead commented 11 years ago

When the tabs get turned to accordions the titles don't retain their markup. It's important that they do. One line easy fix.

samsono commented 11 years ago

@redndahead, In line no.43 we are generating the h2 Markup. so we are using text() method to get the titles from tab to place in accordion title section.

redndahead commented 11 years ago

Correct, this grabs all the html within the title and throws it within the h2. Sometimes there is important markup within the title. For example < strong > and < em > tags.

samsono commented 11 years ago

Yes I agree, good find. Thanks :)

redndahead commented 11 years ago

Thanks! Great library. On Jun 11, 2013 2:52 PM, "Samson Onna" notifications@github.com wrote:

Yes I agree, good find. Thanks :)

— Reply to this email directly or view it on GitHubhttps://github.com/samsono/Easy-Responsive-Tabs-to-Accordion/pull/4#issuecomment-19294996 .