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

Events are not working #163

Open
Shailu4u opened this issue Sep 1, 2014 · 1 comment
Open

Events are not working #163

Shailu4u opened this issue Sep 1, 2014 · 1 comment

Comments

@Shailu4u
Copy link

Shailu4u commented Sep 1, 2014

Events such as beforeopen, open, close etc are not working

@nbspjr
Copy link

nbspjr commented Sep 11, 2014

I just tested "beforeclose" and it works.

$('.select').selectBox().bind('beforeclose', function(e){
        console.log('Event fired!');
});

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