This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Public methods from mobile core #40
Closed
Description
So far, we've made these core methods public in the $ namespace:
- $.ajaxClick (could probably use a better name... sometimes local,sometimes ajax)
- $.fn.animationComplete (I think this should be moved into events and normalized for full animation event support)
I think these methods could be useful to plugin development as well:
- hideBrowserChrome
- mobilize
- pageLoading
- changePage
For example, it'd be very useful if selectmenu could use $.changePage to wrap its menu options in a ui-page div and do a normal page transition over to the menu, without having to trigger a hashchange to do so (as select menus shouldn't add to the urlStack).
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels