Changes between Initial Version and Version 1 of Ticket #7537, comment 1
- Timestamp:
- Nov 16, 2010, 5:03:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7537, comment 1
initial v1 1 Thanks for the report, but this is not a jQuery bug. You are trying to create namespaced elements in an HTML document (impossible), and are passing invalid JavaScript to an `onload` event handler (also impossible). 1 Thanks for the report, but this is not a jQuery bug. You are trying to create namespaced elements in an HTML document (impossible), and are passing invalid JavaScript to an `onload` event handler (also impossible). Selecting `onload` works fine in wellformed HTML: [http://jsfiddle.net/rwaldron/d6cuH/4/ testcase]