smartwizard2-ajax.htm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Smart Wizard 2 - Basic Example - a javascript jQuery wizard control plugin</title>
  5. <link href="styles/demo_style.css" rel="stylesheet" type="text/css">
  6. <link href="styles/smart_wizard.css" rel="stylesheet" type="text/css">
  7. <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
  8. <script type="text/javascript" src="js/jquery.smartWizard.js"></script>
  9. <script type="text/javascript">
  10. </script>
  11. </head><body>
  12. <div class="demoHead">
  13. <div>
  14. <div style="float:left;">
  15. <h1>Smart Wizard 3</h1>
  16. <h2>a javascript jQuery wizard control plugin</h2>
  17. </div>
  18. <div style="float:right;" class="demoNavLinks">
  19. <a href="https://github.com/mstratman/jQuery-Smart-Wizard/tarball/master" class="btn">Download</a>
  20. <a href="https://github.com/mstratman/jQuery-Smart-Wizard/blob/master/README.md" class="btn">Documentation</a>
  21. <a href="https://github.com/mstratman/jQuery-Smart-Wizard" class="btn">Github</a>
  22. </div>
  23. <div style="clear:both;"></div>
  24. </div>
  25. <div style="margin-top:15px;">
  26. <div style="float:left"><h3>Examples:</h3></div>
  27. <div style="float:left" class="demoExampleLinks">
  28. <a href="index.htm" class="btn">Basic Example</a>
  29. <a href="smartwizard2-vertical.htm" class="btn">Vertical Style</a>
  30. <a href="smartwizard2-multiple.htm" class="btn">Multiple Wizards</a>
  31. <a href="smartwizard2-ajax.htm" class="btn selected">Ajax Contents</a>
  32. <a href="smartwizard2-validation.htm" class="btn">Step Validation</a>
  33. </div>
  34. <div style="clear:both;"></div>
  35. </div>
  36. </div>
  37. <table align="center" border="0" cellpadding="0" cellspacing="0">
  38. <tr><td>
  39. <h2>Example: Ajax Contents</h2>
  40. <p>
  41. Please
  42. <a href="https://github.com/mstratman/jQuery-Smart-Wizard/tarball/master">download</a>
  43. and look in the
  44. <code><a href="https://github.com/mstratman/jQuery-Smart-Wizard/tree/master/more_examples">more_examples</a></code>
  45. folder for an example of using Ajax to populate the contents of the
  46. wizard.
  47. </p>
  48. </td></tr>
  49. </table>
  50. </body>
  51. </html>