Modify ↓
Ticket #5932 (closed bug: worksforme)
not work change event at first time.
| Reported by: | panghea | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | event | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('#test_input').change(function(){
$('#out_input').val('called');
});
it's not called on first change event.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

ON IE6