request to remove two empy p tags that collapse-o-matic inserts after each div
-
Hi, this Collapse-O-Matic plugin is pretty great. I have a request: would it be feasible to remove the two extra ‘<p>’ tags that Collapse-O-Matic adds beneath each entry? For example, see this page and this code:
<div class="collapseomatic" id="id5108" title="example">example</div> <div id="target-id5108" class="collapseomatic_content" style="display: none;"> <p></p> copy goes here <p></p> </div> <p></p> /* Would it be feasible to not add these empty p tags? */ <p></p> /* There are two sets! */
https://www.ads-software.com/plugins/jquery-collapse-o-matic/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘request to remove two empy p tags that collapse-o-matic inserts after each div’ is closed to new replies.