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

ID vs. Class in Accordeon API-Doc #178

Open
bbmxxc opened this issue Mar 8, 2019 · 0 comments
Open

ID vs. Class in Accordeon API-Doc #178

bbmxxc opened this issue Mar 8, 2019 · 0 comments

Comments

@bbmxxc
Copy link

bbmxxc commented Mar 8, 2019

On http://api.jqueryui.com/accordion/
the Example states

<div id="accordion">
  <h3>First header</h3>
  <div>First content panel</div>
  <h3>Second header</h3>
  <div>Second content panel</div>
</div>

But the node #accordion is always referenced as ".accordion" in later steps.
For example:

$( ".selector" ).accordion({
  active: 2
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant