Sergey

Results 8 comments of Sergey

Hey, @Puddingboy ! jQuery was mainly used in current version because JCF heavily relies on DOM and Events manipulations, and of course it helps to support old IE browsers. Now...

Actually there was a vanilla js version of JCF few years ago, but it had its own "jQuery implementation". That implementation was not as good as jQuery and increased amount...

We use only several methods from jQuery and if we don't need to support `attachEvent` and other stuff we could replace jQuery dependency to the own small core with DOM...

@Puddingboy I'm not sure I understand you... Real form fields are hidden with `-9999px` offset. Can you please provide a screenshot with the issue?

@Puddingboy @patrickcate I'm just curious, what about browser support? Desired IE version?

Good catch! This option was supposed to be used only with default tags. But we could activate it on touch devices and show select in compact mode. Thanks for the...

@zacol please try with current master branch - it should be resolved. The solution is to automatically enable compact mode for multiple selects on mobile devices. Now `wrapNativeOnMobile: true` should...

Seems like `` is [the best workaround](http://stackoverflow.com/q/34660500) for this iOS issue. I've added this workaround to the master. It shouldn't affect developers which are iterating through `` nodes or accessing...