Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

UI Integration planning

arschmitz edited this page Feb 5, 2013 · 3 revisions

Plans for integrating jQuery ui into jQuery Mobile

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.

Widget things to look for and fix

  • look for places we can use uniqueID in our widgets this will be in ui core.

on the UI side

  • working on killing zIndex()
  • slimming down ui core.
Clone this wiki locally