Changes between Initial Version and Version 1 of Ticket #29026, comment 10
- Timestamp:
- 08/07/2014 07:50:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29026, comment 10
initial v1 1 Yeah, seems `this.$el.before( whatever )` fails as sometimes `$el` is not attached to the DOM yet.1 Yeah, seems `this.$el.before( whatever )` sometimes fails as `$el` is not attached to the DOM yet. We can use append()/prepend() as the node exists, but not before()/after().