plugin-eventsmethods.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>jQuery Mobile Docs - Form Plugin Methods</title>
  7. <link rel="stylesheet" href="../../jquery.mobile-1.0.1.min.css" />
  8. <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
  9. <script src="../../jquery.js"></script>
  10. <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
  11. <script src="../_assets/js/jqm-docs.js"></script>
  12. <script src="../../jquery.mobile-1.0.1.min.js"></script>
  13. </head>
  14. <body>
  15. <div data-role="page" class="type-interior">
  16. <div data-role="header" data-theme="f">
  17. <h1>Form Plugin Methods</h1>
  18. <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
  19. </div><!-- /header -->
  20. <div data-role="content">
  21. <div class="content-primary">
  22. <div class="ui-body ui-body-e">
  23. <h4>We've retired this page.</h4>
  24. <p>Plugin events and methods are now documented separately for each component (see links on the left).</p>
  25. </div>
  26. </div><!--/content-primary -->
  27. <div class="content-secondary">
  28. <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
  29. <h3>More in this section</h3>
  30. <ul data-role="listview" data-theme="c" data-dividertheme="d">
  31. <li data-role="list-divider">Form elements</li>
  32. <li><a href="docs-forms.html">Form basics</a></li>
  33. <li><a href="forms-all.html">Form element gallery</a></li>
  34. <li><a href="textinputs/">Text inputs</a></li>
  35. <li><a href="search/">Search inputs</a></li>
  36. <li><a href="slider/">Slider</a></li>
  37. <li><a href="switch/">Flip toggle switch</a></li>
  38. <li><a href="radiobuttons/">Radio buttons</a></li>
  39. <li><a href="checkboxes/">Checkboxes</a></li>
  40. <li><a href="selects/">Select menus</a></li>
  41. <li><a href="forms-themes.html">Theming forms</a></li>
  42. <li><a href="forms-all-native.html">Native form elements</a></li>
  43. <li><a href="forms-sample.html">Submitting forms</a></li>
  44. </ul>
  45. </div>
  46. </div>
  47. </div><!-- /content -->
  48. <div data-role="footer" class="footer-docs" data-theme="c">
  49. <p>&copy; 2011-2012 The jQuery Project</p>
  50. </div>
  51. </div><!-- /page -->
  52. </body>
  53. </html>