when you clink a link which points to the same address with a diferent #section it just jumps you to that section These may help you: https://en.wikipedia.org/wiki/Fragment_identifier https://laracasts.com/discuss/channels/laravel/jumping-to-an-anchor-tag-in-routes
Dec 13, 2019
3
Level 4
How to make a route with hashtag href
Hi,
I have menu links which points to different pages with css animation. My anchor tag is look like this
I create a route for this link but it does not work.
<a href="#about" class="icon-a fas fa-user-tie"></a>
"Route::get('#about',function () {
return view('about');
});
can any one please help me to accomplish this.
Thanks
Please or to participate in this conversation.