vestman / Select-or-Die

Yet another jQuery plugin to style select elements. Demo at http://vst.mn/selectordie/
MIT License
524 stars 133 forks source link

Using with mixitup #23

Closed yantakus closed 9 years ago

yantakus commented 9 years ago

I'm using mixitup jQuery plugin for content filtering. It works good with plain selects: http://codepen.io/patrickkunka/pen/Fqocw But when I use selectordie to customize the selects, mixitup stops working.

Here is how mixitup fires:

$filters.on('change', 'select', function(e){
    ...
});

How can I make it working?

vestman commented 9 years ago

@web2style, It looks like it's working just fine. I forked the pen and tested it in Chrome and Firefox on OSX: http://codepen.io/anon/pen/azzPwy

yantakus commented 9 years ago

Yes, it works. Sorry, my bad. Just had an unconnected with mixitup or selectordie mistake. Thanks for help!

vestman commented 9 years ago

Np, and thanks for checking out SoD!