mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- As of jQuery 1.8 `andSelf` was deprecated in favour of `andBack`. `andBack` was not available in jQuery <1.8, and I don't want to make 1.8 a requirement yet, so a small workaround requiring two unbind calls is used to avoid calling `andSelf` or `andBack`.