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

Load and emitted events #154

Open
eyekanspele opened this issue Jan 31, 2019 · 1 comment
Open

Load and emitted events #154

eyekanspele opened this issue Jan 31, 2019 · 1 comment

Comments

@eyekanspele
Copy link

I am trying to key on when the accordion loads, however using the "load" option to attach a function does not seem to fire, and trying the "tabs-load" does not work either.

Can you please explain how to use this features?

I have tried the following:

$('#tab-container').responsiveTabs({
      <otheroptions>,
      load: function () {
        console.log("test");
      }
  });
$('#tab-container').responsiveTabs({
      <otheroptions>,
      load: function (event, firstTab) {
        console.log("test");
      }
  });

and:

$('#tab-container').responsiveTabs({
      <otheroptions>
  }).on('tabs-load', function () {
        console.log("test");
      });

And I am not seeing my log statements. I see other log statements that I ahve running on the page, and have tried warn() and error() just to see.

@face2005
Copy link

developers are too lazy to answer? or don't know what to say?

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

2 participants