Changes between Initial Version and Version 1 of Ticket #12404, comment 2
- Timestamp:
- Aug 27, 2012, 12:22:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12404, comment 2
initial v1 1 1 Hi Dave, thanks for looking at this. 2 2 3 Hopefully crimar can provide a test case , - and if not I can look at doing so.)3 Hopefully crimar can provide a test case. (If not I can look at doing so.) 4 4 5 5 The use cases are when you use jQuery event binding or $.data(object, ...) on a plain JS object, and then submit that object as an AJAX POST. Depending on what data you set, and what objects are referenced from the event object (e.g, data passed in $(object).on(...) call) this at best pollutes the POST data, and at worst leads to a stack overflow, as a result of deep-copying the jQuery expando.