jQuery Mobile Team Meeting – Apr 25 2013


  • Attending: Todd Parker, John Bender, Jasper de Groot, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz

link Todd

link John Bender

link Jasper de Groot

  • worked on “next”:
    • buttonMarkup has been removed from all widgets
    • icons are moved to a pseudo element
    • working on: updating / cleaning up CSS of all the widgets that used buttonMarkup
    • next step: theme inheritance / reduce addClass() for styling and icons

link Anne-Gaelle Colom

  • Attended jQuery Europe on 19th April
  • Elected to the jQuery Board
  • Started to rewrite the events to use the new events template (in the api docs). Completed swipe, swiperight, swipeleft
  • Fixed errors in api docs (panels)
  • some minor triage
  • updated the resources page with the nativeDroid theme and Prime Faces

link Gabriel Schulhof

  • Also worked on ”next”
    • Got rid of buttonMarkup from a bunch of widgets.
    • Re-writing $.fn.buttonMarkup to only access data-* attributes during enhance, and otherwise infer the state of the button from the classes present.
    • Perf improvement: http://jsperf.com/listview-master-vs-next

link Alexander Schmitz