Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Zepto.js default build support #32

Open
husa opened this issue Jan 17, 2014 · 1 comment
Open

Zepto.js default build support #32

husa opened this issue Jan 17, 2014 · 1 comment

Comments

@husa
Copy link

husa commented Jan 17, 2014

As in default build of Zepto.js 'selector' module isn't included, fancySelect throws an error on
56: ...find(':selected')
to make it work replace it with
.. find('option').filter(function(){return this.selected === true;});
and also
82: outerHeight()
isn't supported in Zepto, but you can easily reimplement it, or simply use
height() + box-sizing: border-box

@vanamco
Copy link

vanamco commented Jan 13, 2015

I have also found a problem with the event namespaces (e.g. blur.fs for jQuery, fs:blur for Zepto)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants