-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: code418/jquery-swipe-events
base: master
head repository: jquery-archive/jquery-mobile
compare: main
Commits on Jun 21, 2012
-
Fixes: jquery-archive#1181 - navbar link stays active when using chan…
…gePage() Clears the active button class on the pressed navbar button after a pagechange.
Jason Scott committedJun 21, 2012 Configuration menu - View commit details
-
Copy full SHA for f8abd04 - Browse repository at this point
Copy the full SHA f8abd04View commit details
Commits on Aug 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for b2bc9b3 - Browse repository at this point
Copy the full SHA b2bc9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126a98f - Browse repository at this point
Copy the full SHA 126a98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f2acd - Browse repository at this point
Copy the full SHA 10f2acdView commit details
Commits on Aug 20, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 0cdd99c - Browse repository at this point
Copy the full SHA 0cdd99cView commit details
Commits on Sep 28, 2012
-
first pass at supporting query params in the hash Fixes jquery-archiv…
…e#5085 This commit strips any query string from the hash when referencing an internal page. This allows users to reference exising pages but communicate information to parts of their application and allows users to use a singple page to do different things with the page event bindings to do so. The information about the url is preserved under the data.options object provided to the page lifecycle events as data.options.target which will contain the original url.
Configuration menu - View commit details
-
Copy full SHA for 57d7752 - Browse repository at this point
Copy the full SHA 57d7752View commit details
Commits on Oct 1, 2012
-
create, store, and pass the absolute url in all page lifecycle events…
… on the trigger data object
Configuration menu - View commit details
-
Copy full SHA for c6c9858 - Browse repository at this point
Copy the full SHA c6c9858View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1c86d - Browse repository at this point
Copy the full SHA eb1c86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 951525b - Browse repository at this point
Copy the full SHA 951525bView commit details
Commits on Oct 2, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 440e960 - Browse repository at this point
Copy the full SHA 440e960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c0412 - Browse repository at this point
Copy the full SHA 57c0412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 702332f - Browse repository at this point
Copy the full SHA 702332fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c1473 - Browse repository at this point
Copy the full SHA 16c1473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932906c - Browse repository at this point
Copy the full SHA 932906cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a08e1e8 - Browse repository at this point
Copy the full SHA a08e1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0543a8b - Browse repository at this point
Copy the full SHA 0543a8bView commit details
Commits on Oct 3, 2012
-
Configuration menu - View commit details
-
Copy full SHA for cd1053d - Browse repository at this point
Copy the full SHA cd1053dView commit details
Commits on Oct 10, 2012
-
Configuration menu - View commit details
-
Copy full SHA for f0ce8c7 - Browse repository at this point
Copy the full SHA f0ce8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb636c5 - Browse repository at this point
Copy the full SHA cb636c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a8592 - Browse repository at this point
Copy the full SHA 42a8592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6faccf8 - Browse repository at this point
Copy the full SHA 6faccf8View commit details
Commits on Oct 11, 2012
-
Configuration menu - View commit details
-
Copy full SHA for ddcf7c7 - Browse repository at this point
Copy the full SHA ddcf7c7View commit details -
include the navigate method to do history tracking and state inclusio…
…n for hashchange
Configuration menu - View commit details
-
Copy full SHA for 4677f5a - Browse repository at this point
Copy the full SHA 4677f5aView commit details -
tests for navigate event state should work with both popstate and has…
…hchange This commit deserves some explanation, particularly the popstate binding that was added. It appears at least in initial testing with Chrome, that changing the hash _stops_ execution of the current stackframe and proceeds to trigger a popstate event. As a result that popstate event needs to be swallowed until we can make the replaceState modifications to the url. In short we're keeping the even structure serialized so that the behavior is easy to deal with. A bit of further work might store the originalEvent for use with the synthetic version of popstate that's triggered.
Configuration menu - View commit details
-
Copy full SHA for c146203 - Browse repository at this point
Copy the full SHA c146203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4205937 - Browse repository at this point
Copy the full SHA 4205937View commit details
Commits on Oct 12, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9df8dc3 - Browse repository at this point
Copy the full SHA 9df8dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ba67f - Browse repository at this point
Copy the full SHA c9ba67fView commit details
Commits on Oct 17, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 3217489 - Browse repository at this point
Copy the full SHA 3217489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94dbe55 - Browse repository at this point
Copy the full SHA 94dbe55View commit details
Commits on Oct 19, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 66edbea - Browse repository at this point
Copy the full SHA 66edbeaView commit details
Commits on Oct 25, 2012
-
move the hash alteration below the snippets that determine the data t…
…hat will go into a navigate call
Configuration menu - View commit details
-
Copy full SHA for 3974794 - Browse repository at this point
Copy the full SHA 3974794View commit details
Commits on Oct 30, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9c1c15f - Browse repository at this point
Copy the full SHA 9c1c15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cae082 - Browse repository at this point
Copy the full SHA 4cae082View commit details
Commits on Oct 31, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 00f81c9 - Browse repository at this point
Copy the full SHA 00f81c9View commit details
Commits on Nov 7, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 611bb7d - Browse repository at this point
Copy the full SHA 611bb7dView commit details
Commits on Nov 8, 2012
-
merge the search params when squashing makes absolutely no sense sinc…
…e it ruins the new url
Configuration menu - View commit details
-
Copy full SHA for 143b2b9 - Browse repository at this point
Copy the full SHA 143b2b9View commit details
Commits on Nov 12, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 4081267 - Browse repository at this point
Copy the full SHA 4081267View commit details -
Configuration menu - View commit details
-
Copy full SHA for b43ddf8 - Browse repository at this point
Copy the full SHA b43ddf8View commit details
Commits on Nov 26, 2012
-
Range Slider: First attempt at new range widget
Alexander Schmitz committedNov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for a2c564f - Browse repository at this point
Copy the full SHA a2c564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ff892 - Browse repository at this point
Copy the full SHA 40ff892View commit details
Commits on Nov 27, 2012
-
Configuration menu - View commit details
-
Copy full SHA for cc0f247 - Browse repository at this point
Copy the full SHA cc0f247View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3416f2 - Browse repository at this point
Copy the full SHA f3416f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550ffe2 - Browse repository at this point
Copy the full SHA 550ffe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfef8e6 - Browse repository at this point
Copy the full SHA dfef8e6View commit details -
Range widget: re-thought positioning of sliders and use of css
Alexander Schmitz committedNov 27, 2012 Configuration menu - View commit details
-
Copy full SHA for ed13924 - Browse repository at this point
Copy the full SHA ed13924View commit details -
Configuration menu - View commit details
-
Copy full SHA for df3bb51 - Browse repository at this point
Copy the full SHA df3bb51View commit details -
Range Widget: minor position fix for mini
Alexander Schmitz committedNov 27, 2012 Configuration menu - View commit details
-
Copy full SHA for 611f2a4 - Browse repository at this point
Copy the full SHA 611f2a4View commit details -
Alexander Schmitz committed
Nov 27, 2012 Configuration menu - View commit details
-
Copy full SHA for 6fd5169 - Browse repository at this point
Copy the full SHA 6fd5169View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e3c86 - Browse repository at this point
Copy the full SHA c1e3c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for df6af7e - Browse repository at this point
Copy the full SHA df6af7eView commit details
There are no files selected for viewing