Skip to main content

Bug Tracker

Side navigation

Ticket #7017: index.html


File index.html, 0.4 KB (added by zorneck, September 22, 2010 12:11PM UTC)

The test start page

<html>
<head>
  <title>jQuery Ajax Text</title>
  
  <script src="jquery.js" type="text/javascript"></script>
  <script src="mytest.js" type="text/javascript"></script>
</head>

<body>
  <div>
    <input id="AjaxTestButton" type="button" name="ajaxtestbutton" value="Start Ajax Test"/>
  </div>
  
  <div>
    Loaded by ajax request:
    <div id="AjaxResponse">
    
    </div>
  </div>
</body>
</html>

Download in other formats:

Original Format