Open joaovpmamede opened 11 years ago
I think the line number isn't matching what you're trying to describe anymore.
I think it would be OK to make the initial change event optional, by providing something like initialChange:false in the opts?
Will look at this next time I get a chance.
https://github.com/mtkopone/zelect/blob/master/zelect.js#L89
Is this really necessary? I was using your plugin on a backbone app and I'm not sure if it's my poorly written code (probably is) but whenever the plugin runs it would trigger a change event...that would mess with my view and app state because it would fire a handler that I'd set before.