Use a for loop rather than for/in loop when copying events, so that code will work...
[jquery.git] / test / data / test3.html
1 <div class="user">This is a user</div>
2 <div class="user">This is a user</div>
3 <div class="teacher">This is a teacher</div>