Skip to content
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
@scottjehl

Description

@scottjehl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions