The document discusses jQuery features including:
- The end() command which can be used to traverse back through filtered elements.
- Computed values which allow setting CSS properties with a callback function.
- The map() utility which can be used to project arrays and array-like objects.
- Custom events which allow decoupling code by triggering named events.
- Deferred objects which provide a cleaner way to handle asynchronous callbacks and queues.