Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expander does not preserve paragraphs... #80

Closed
AlexCppns opened this issue Dec 5, 2013 · 5 comments
Closed

Expander does not preserve paragraphs... #80

AlexCppns opened this issue Dec 5, 2013 · 5 comments

Comments

@AlexCppns
Copy link

...Or maybe there are options for it?

@sylouuu
Copy link

sylouuu commented Dec 31, 2013

+1

@sam-baker
Copy link

Anything?

@kswedberg
Copy link
Owner

Sorry. Can you please provide an example that exhibits the problem?

@travco
Copy link
Contributor

travco commented Jul 9, 2014

Sorry for being about 7 months late, it is (and was) part of the known issues. It can be fixed by passing variables to tell it to use a different animation (like fadeIn/fadeOut).

<script>
    $(document).ready(function() {
        $('#ParagraphDiv').expander({
            expandEffect: 'fadeIn',
            collapseEffect: 'fadeOut'
        });
    });
    </script>

https://github.com/kswedberg/jquery-expander#known-issues

Close issue?

@kswedberg
Copy link
Owner

@AlexCppns, @sylouuu, @sam-baker : I'm closing this for now. See @travco's comment above (#80 (comment)). If his suggestion does not fix your problem, please let me know by creating another issue with a "breaking" example. Thanks, and sorry about the terribly delayed response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants