Alex

Results 4 comments of Alex

@asifpix Feel free to create a pull request with the fix. I will not fix this because it's not a bug for the scope of the project since Bootstrap 5...

> @AlexWebLab I can create a fix, however needs JS and CSS is this ok? Yeah you can share. Maybe I'll make a branch for that.

> I am still working on this amongst my day job. It is probably good enough tbh - but want to have a little play around more > > I...

@Steve2428 Please add the following code on scrollChange event: `window.location.hash = $currentListItem.find('a').attr('href');` Here is the default initialisation with the above line added: ``` $('#nav').onePageNav({ currentClass: 'current', changeHash: false, scrollSpeed: 750,...