Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery-archive/jquery-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: code418/jquery-swipe-events
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 61 files changed
  • 1 contributor

Commits on Apr 30, 2012

  1. Initial commit

    Richard Brown committed Apr 30, 2012
    Copy the full SHA
    91cfbe0 View commit details

Commits on May 1, 2012

  1. Copy the full SHA
    daaaa9b View commit details

Commits on May 8, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Richard Brown committed May 8, 2012
    Copy the full SHA
    389700e View commit details

Commits on May 14, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Richard Brown committed May 14, 2012
    Copy the full SHA
    788e931 View commit details

Commits on May 22, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	Makefile
    Richard Brown committed May 22, 2012
    Copy the full SHA
    b78ef9a View commit details
  2. Merge remote-tracking branch 'upstream/master'

    Richard Brown committed May 22, 2012
    Copy the full SHA
    6b7b185 View commit details

Commits on Nov 21, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	js/jquery.mobile.event.js
    Richard Brown committed Nov 21, 2012
    Copy the full SHA
    205ca97 View commit details

Commits on Dec 8, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Richard Brown committed Dec 8, 2012
    Copy the full SHA
    db261c8 View commit details
  2. Remove unneeded javascript

    Richard Brown committed Dec 8, 2012
    Copy the full SHA
    5b90a50 View commit details
Showing with 3 additions and 9,852 deletions.
  1. +0 −154 js/events/orientationchange.js
  2. +0 −47 js/events/throttledresize.js
  3. +0 −91 js/index.php
  4. +0 −379 js/jquery.hashchange.js
  5. +0 −281 js/jquery.mobile.buttonMarkup.js
  6. +0 −343 js/jquery.mobile.core.js
  7. +0 −5 js/jquery.mobile.define.js
  8. +0 −61 js/jquery.mobile.degradeInputs.js
  9. +0 −5 js/jquery.mobile.docs.js
  10. +1 −1 js/jquery.mobile.events.js
  11. +0 −29 js/jquery.mobile.fieldContain.js
  12. +0 −59 js/jquery.mobile.grid.js
  13. +0 −150 js/jquery.mobile.init.js
  14. +2 −33 js/jquery.mobile.js
  15. +0 −26 js/jquery.mobile.links.js
  16. +0 −53 js/jquery.mobile.media.js
  17. +0 −1,622 js/jquery.mobile.navigation.js
  18. +0 −158 js/jquery.mobile.navigation.pushstate.js
  19. +0 −18 js/jquery.mobile.nojs.js
  20. +0 −197 js/jquery.mobile.support.js
  21. +0 −15 js/jquery.mobile.support.orientation.js
  22. +0 −177 js/jquery.mobile.transition.js
  23. +0 −19 js/jquery.mobile.transitions.js
  24. +0 −75 js/jquery.mobile.widget.js
  25. +0 −43 js/jquery.mobile.zoom.iosorientationfix.js
  26. +0 −43 js/jquery.mobile.zoom.js
  27. +0 −26 js/jquery.tag.inserter.js
  28. +0 −516 js/jquery.ui.widget.js
  29. +0 −20 js/transitions/flip.js
  30. +0 −20 js/transitions/flow.js
  31. +0 −20 js/transitions/pop.js
  32. +0 −24 js/transitions/slide.js
  33. +0 −20 js/transitions/slidedown.js
  34. +0 −21 js/transitions/slidefade.js
  35. +0 −20 js/transitions/slideup.js
  36. +0 −20 js/transitions/turn.js
  37. +0 −38 js/widgets/addFirstLastClasses.js
  38. +0 −168 js/widgets/collapsible.js
  39. +0 −93 js/widgets/collapsibleSet.js
  40. +0 −120 js/widgets/controlgroup.js
  41. +0 −145 js/widgets/dialog.js
  42. +0 −317 js/widgets/fixedToolbar.js
  43. +0 −104 js/widgets/fixedToolbar.workarounds.js
  44. +0 −168 js/widgets/forms/button.js
  45. +0 −216 js/widgets/forms/checkboxradio.js
  46. +0 −23 js/widgets/forms/reset.js
  47. +0 −562 js/widgets/forms/select.custom.js
  48. +0 −296 js/widgets/forms/select.js
  49. +0 −490 js/widgets/forms/slider.js
  50. +0 −188 js/widgets/forms/textinput.js
  51. +0 −67 js/widgets/listview.autodividers.js
  52. +0 −139 js/widgets/listview.filter.js
  53. +0 −393 js/widgets/listview.js
  54. +0 −185 js/widgets/loader.js
  55. +0 −62 js/widgets/navbar.js
  56. +0 −62 js/widgets/page.js
  57. +0 −100 js/widgets/page.sections.js
  58. +0 −874 js/widgets/popup.js
  59. +0 −106 js/widgets/table.columntoggle.js
  60. +0 −77 js/widgets/table.js
  61. +0 −68 js/widgets/table.reflow.js
154 changes: 0 additions & 154 deletions js/events/orientationchange.js

This file was deleted.

47 changes: 0 additions & 47 deletions js/events/throttledresize.js

This file was deleted.

91 changes: 0 additions & 91 deletions js/index.php

This file was deleted.

Loading