Skip to main content

Bug Tracker

Side navigation

Ticket #5851: changetest.html


File changetest.html, 0.4 KB (added by simonjefford, January 18, 2010 04:41PM UTC)

Simpler test case

<html>
  <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
    <script>
      jQuery(function() {
        $('.textbox').live('change', function (event) {
          alert("Changed!");
        });
      });
    </script>
  </head>
  <body>
    <input type="text" class="textbox"/>
  </body>
</html>

Download in other formats:

Original Format