Modify ↓
Ticket #7052 (closed bug: invalid)
Line 4519 Error: 'events' is null or not an object
| Reported by: | neverdie814 | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.2 | |
| Component: | event | Version: | 1.4.2 |
| Keywords: | Line 4519 Error: 'events' is null or not an object | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by snover) (diff)
When i insert lines in table with javascript in internet explorer i have one error when i submit one form this is my error: 'events' is null or not an object.
my code:
$("#formStep2").serialize(), function(data){
$('#resultData').html(data);
});
Please help me
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.

The bug tracker is not for technical support. Please use the forums.