Side navigation
#7052 closed bug (invalid)
Opened September 18, 2010 08:39PM UTC
Closed September 22, 2010 08:47PM UTC
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: | |
Blocked by: | Blocking: |
Description
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
Attachments (0)
Change History (1)
Changed September 22, 2010 08:47PM UTC by comment:1
description: | \ 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 → 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 |
---|---|
resolution: | → invalid |
status: | new → closed |
The bug tracker is not for technical support. Please use the forums.