I need an independent JavaScript Javascript library to handle location.hash. not jQuery. not dojo.hash. and if it uses HTML 5 which is always welcome
Instead of native hashchange support (IE8 +, FFx 3.6+, WebKits from 528+), you need to check the location changes for changes.
lib, - location.hash .watch , document.location.hash. :
window.location.watch( 'hash', function(id,oldVal,newVal){ console.log("the window hash value has changed from "+oldval+" to "+newVal); } );
It has everything you need: All-In-One All-In-One No-Bullshit All-Alphabetical HTML5 Crash User Guide You can see the different libraries in the Firewall Management section .
For a good hash change library see this: History.js
Source: https://habr.com/ru/post/1782420/More articles:UIImagePickerController custom overlay and focus transition - iphoneORM, what standards can I choose? - c #Access to additional selected columns from the result set inside the Template Toolkit - perlHow to create better structure tables - sqlQemuSensors error in LogCat - androidXNA 3D Point Clouds - c #Problem with STL C List - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1782423/get-all-opened-desktop-applications-using-wpf&usg=ALkJrhjf1ZPPTT5_0vutpnxQ0lIV7fm9FQUnable to pass an object of type "System.Data.Objects.MaterializedDataRecord" - c #Convert Bitmap to Thumbnail - c #All Articles