This is a migrated thread and some comments may be shown as answers.

jQuip

2 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
DDarko
Top achievements
Rank 1
DDarko asked on 21 Nov 2011, 04:49 PM
jQuip or jQuery-in-parts  
"...The core jquip.js is only 4.28KB (minified and gzipped) only 13% of the size of jQuery..."

Whether kendo UI works/will work with this library?

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 21 Nov 2011, 05:06 PM
Hello Ddarko,

 Frankly we have not tested with jQuip. Kendo UI uses a lot of jQuery features and we are not sure if jQuip implements all of them. Here is an incomplete list from the top of my head:

- $.extend(true /* deep */, {}, {});
- $.isFunction,
- $.isArray,
- $.isEmptyObject,
- $.Deferred
- $.fn.delegate
- $.fn.queue
- advanced CSS selectors which are not supported by the querySelector API (:contains, :has etc).

If jQuip supports all these then Kendo UI would probably work. You can just try and see for yourself.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
DDarko
Top achievements
Rank 1
answered on 21 Nov 2011, 05:14 PM
This project is actually quite young, and lacks many features.
I wanted to point out that such a thing exists, so that developers Kendo UI can watched his progress, and may contribute to speed up / lean foundation for Kendo UI.

http://www.servicestack.net/jqbuilder/
Cool tool: Select the modules that I need and download lean package.
I would see something like that in Kendo UI. Of course, taking into account the dependencies.
Tags
General Discussions
Asked by
DDarko
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
DDarko
Top achievements
Rank 1
Share this question
or