Skip to main content

Bug Tracker

Side navigation

Ticket #1557: jquery_test.html


File jquery_test.html, 0.4 KB (added by davidserduke, November 29, 2007 07:09PM UTC)

test case with getJSON instead of just get

<html>
  <head>
    <title>jquery ajax test</title>
    <script type="application/javascript" src="jquery.js"></script>
    <script type="application/javascript">
      $(document).ready(function() {
        $.getJSON('http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox&json=1',
              function() {
                $('#ok').text('PASS');
              });
        });
    </script>
	</head>
	<body>
    <p id="ok">FAIL</p>
  </body>
</html>

Download in other formats:

Original Format