0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 19, 2025 — Jun 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix bug : the init state was never triggered because we didn't place inside the scoop of the plugin in initialization More... over 12 years ago
Merge branch 'master' of https://github.com/nurun/pushnav More... over 12 years ago
Fix IE8-IE9 bug : We didn't load the real content in initial ( if we bookmark the page or reload the page we don't have the real content, it showed the content of the page_name.html otherwise of the url in the anchor, ex: boutiqueluxe.html#horstaxe, it will stayed to Boutique Luxe content otherwise than triggered the load of Hors Taxe) More... over 12 years ago
Rename event "content_loadfail.pushnav" to "content_loadingfail.pushnav" + add 2 new customs events "content_startloading.pushnav" & "content_loadingcompleted.pushnav" More... over 12 years ago
Refactoring code + Add settings options (loaderSelector + loaderClass) More... over 12 years ago
Add new custom event "content_loadfail.pushnav" to handle Ajax Error + change the manner to trigger custom event More... over 12 years ago
Update docs example More... over 12 years ago
Add markdown format in the doc updated More... over 12 years ago
fix ie bug (from Etienne Dion git pull request) More... over 12 years ago
Fix bug of the las commit: add conditionnal on event to define default More... over 12 years ago
Modify to attach other event than link to trigger pushnav ( took Etienne Dion's code from a pull request and modify ) More... over 12 years ago
Modify the class document-%tag html% by data-pushnav-tag=%tag html% . We don't want to modify the current class that the we implement in our page More... over 12 years ago
fix error from the commit : 8d6dfb (missed .url) More... over 12 years ago
Fix bug :: the commit from ben.girard introduced a bug on the links with data-ajax-target More... over 13 years ago
Fix bug: We had problems with url with accent (caused by window.unescape). We use now decodeURI More... over 13 years ago
Fix bug: We had problems with url with accent (caused by window.unescape). We use now decodeURI More... over 13 years ago
Fix bug: let's apply transitions and attach links only is the plugin can ba activate (we can disable the plugin for older browser like IE) More... over 13 years ago
Update js/pushnav.js More... over 13 years ago
Update js/pushnav.js More... over 13 years ago
Fix the bug for transitions:: The data-section was never updated in the boday( by the way it has been programmed, it was never triggered) More... over 13 years ago
Merge remote-tracking branch 'origin/master' More... over 13 years ago
Fix some errors for the debugging in the last commit More... over 13 years ago
Update README.md More... over 13 years ago
Update README.md More... over 13 years ago
Medge the trunk with the transitions version.(Remove the old transitions examples and add the new one). Add a option to the plugin for debugging. Update README.md More... over 13 years ago
Update the README.md :: add the new options to disable the plugin on the browser do not support pushState More... over 13 years ago
Fix minor bugs for IE (missing parameters to the function getDocumentHtml ) + add disable options for not modern browser More... over 13 years ago
Some minors corrections More... over 13 years ago
Add namespace for events More... over 13 years ago
Update examples with builded script and remove not used js files also More... over 13 years ago