This repository was archived by the owner on Oct 8, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 2.4k
UI Integration planning
arschmitz edited this page Feb 5, 2013
·
3 revisions
Will incorporate jQuery ui core as is in the same way we do the widget factory
Need to review the mobile core. lots of problems here.
- remove key codes these are already in ui-core
- lots of code quality issues
-
- we improperly extend $ with mobile
-
- we are wrapping jQuery objects in the jQuery object in many places fix this
-
- use add not merge for decendants (do we want to kill nested list views and depreciate this??)
-
- jqmData check prop and so does nsNormalize this is redundant
-
- when creating wrapper elements use a not div it saves bytes also slashes are not needed.
-
- need to go through core line by line and see what can be cut or simplified.
- look for places we can use uniqueID in our widgets this will be in ui core.
- working on killing zIndex()
- slimming down ui core.