0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed references to window.location in docs to more explicit (and more correct) window.location.href) More... over 13 years ago
Basic AJAX Crawlable example (needs to be further fleshed out) More... over 13 years ago
adding ajaxCrawlable (code name: fragbango) functionality. code and unit tests are done, just needs documentation and examples. More... over 13 years ago
added more $.param.sorted unit tests More... over 13 years ago
Added $.param.sorted method More... over 13 years ago
Integrated jQuery hashchange event v1.3 More... over 13 years ago
minor documentation fix More... over 13 years ago
Wow, 2010 already. Where did the time go? More... about 14 years ago
Reworded the hashchange event (BBQ) section documentation to make things a little clearer. More... about 14 years ago
Actually fixed the stale window.location Safari bug from jQuery hashchange event in BBQ, which was the main reason for the previous release! More... about 14 years ago
Added documentation pointing out that due to changes in the special events API, jQuery BBQ v1.2 or newer is required to enable the augmented event object in jQuery 1.4.2 and newer. More... about 14 years ago
Incorporated jQuery hashchange event 1.2, updated unit tests to include jQuery 1.4.2, added jQuery.param.fragment.noEscape method More... about 14 years ago
Added and tested jQuery 1.4.1, all systems go! More... about 14 years ago
Integrated jQuery hashchange event v1.1, which fixes an obscure IE8 EmulateIE7 meta tag compatibility mode bug. Also updated jQuery 1.4a to 1.4. More... about 14 years ago
removed unnecessary debugging code in jQuery UI Tabs example More... about 14 years ago
Updated jQuery UI Tabs example to actually work correctly. When a tab is clicked, the widget no longer changes state until the hashchange event tells it to. More... about 14 years ago
Big changes. Broke out the jQuery BBQ event.special window.onhashchange functionality into a separate plugin for users who want just the basic event & back button support, without all the extra awesomeness that BBQ provides. This plugin will be included as part of jQuery BBQ, but also be available separately. See jQuery hashchange event plugin for more information. Also added the $.bbq.removeState method and added additional $.deparam examples. More... about 14 years ago
added webkit hash + iframe = fail example page More... over 14 years ago
Fixed the version number, oops\! More... over 14 years ago
Fixed an issue in IE 6 where location.search and location.hash would report incorrectly if the hash contained the ? character. Also $.param.querystring and $.param.fragment will no longer parse params out of a URL that doesn't contain ? or #, respectively. More... over 14 years ago
updated javascript debug to reflect license change More... over 14 years ago
updated examples layout slightly More... over 14 years ago
removed extra stuff from GPL license More... over 14 years ago
changed license from MIT to dual MIT / GPL More... over 14 years ago
renamed chrome bug example, added firefox bug example More... over 14 years ago
fixed an IE6/7 issue with https More... over 14 years ago
minor docs css tweak More... over 14 years ago
fixed an IE8 issue with the IE7 and IE8 Compatibility View modes More... over 14 years ago
minor examples display tweaks More... over 14 years ago
minor examples tweak More... over 14 years ago