1. 24 Nov, 2016 1 commit
  2. 12 Nov, 2016 1 commit
  3. 01 Nov, 2016 1 commit
  4. 25 Oct, 2016 1 commit
  5. 19 Oct, 2016 1 commit
  6. 11 Oct, 2016 2 commits
  7. 09 Oct, 2016 1 commit
  8. 03 Oct, 2016 1 commit
  9. 15 Sep, 2016 1 commit
  10. 04 Aug, 2016 1 commit
  11. 29 Jun, 2016 1 commit
    • Chris Rebert's avatar
      Support jQuery v3 in Bootstrap v4 (#20191) · ed3ba474
      Chris Rebert authored
      * bower.json, package.json: Extend jQuery version ranges to include v3
      * NuGet: Bump jQuery to v3.0.0.1
      * Docs+Examples: Update jQuery to v3.0.0
      * Use jQuery v3.0.0 for JS unit tests
      * Update jqueryVersionCheck to allow jQuery v3.x.x
      ed3ba474
  12. 28 Jun, 2016 2 commits
  13. 27 Jun, 2016 1 commit
  14. 30 May, 2016 2 commits
  15. 26 May, 2016 1 commit
  16. 11 May, 2016 1 commit
  17. 19 Mar, 2016 1 commit
  18. 28 Feb, 2016 1 commit
  19. 27 Feb, 2016 1 commit
  20. 19 Feb, 2016 1 commit
  21. 16 Feb, 2016 2 commits
  22. 23 Dec, 2015 2 commits
  23. 03 Dec, 2015 1 commit
  24. 19 Nov, 2015 1 commit
  25. 26 Oct, 2015 1 commit
  26. 24 Oct, 2015 1 commit
  27. 11 Oct, 2015 1 commit
  28. 02 Oct, 2015 1 commit
  29. 11 Sep, 2015 1 commit
  30. 10 Sep, 2015 1 commit
  31. 31 Aug, 2015 1 commit
    • Gleb Mazovetskiy's avatar
      Accept elements as the tooltip / popover content · c7d8e7a0
      Gleb Mazovetskiy authored
      When a DOM node is passed to an HTML tooltip, the `title` node is only
      moved if it is not already in the tooltip. Otherwise, `empty()` is used
      instead of `detach()` before appending the `title` to avoid memory
      leaks. If a DOM node is passed to a plain text tooltip, its text is
      copied via jQuery `.text()`.
      
      Replaces `.detach()` with `.empty()`, as `.detach()` is almost never
      useful but instead leaks memory. The difference between `empty` and
      `detach` is that the latter keeps all the attached jQuery events/data.
      However, since we do not return the previous children, the user would
      have to keep these themselves, thus they can `detach()` if necessary.
      
      This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
      c7d8e7a0
  32. 27 Aug, 2015 2 commits
  33. 20 Aug, 2015 1 commit
  34. 19 Aug, 2015 1 commit