diff --git a/docs/api/methods.html b/docs/api/methods.html index 0b9f7919..1ac780c5 100755 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -46,7 +46,7 @@
  • transition (string, default: $.mobile.defaultPageTransition) The transition to use when showing the page.
  • reverse (boolean, default: false) Decides what direction the transition will run when showing the page.
  • changeHash (boolean, default: true) Decides if the hash in the location bar should be updated.
  • -
  • role (string, default: "page") The data-role value to be used when displaying the page.
  • +
  • role (string, default: undefined) The data-role value to be used when displaying the page. By default this is undefined which means rely on the value of the @data-role attribute defined on the element.
  • pageContainer (jQuery collection, default: $.mobile.pageContainer) Specifies the element that should contain the page.
  • type (string, default: "get") Specifies the method ("get" or "post") to use when making a page request.