javascript - Link redirection with ID not working properly in mozilla, -
i having hectic problem 1 of website while working in mozilla, problem may seems small ruins time, hope can me.
i have static website, there used anchor link link site webpage. while clicking on particular link page redirects page in same website. need land in different positions, used anchor links redirect.
i attaching redirection code here.
<a href="content/index.php#auto-vid" class="maroon"> <h3>heading</h3> <p>content</p> <div class="arrow-outer"> <span class="read_more">read more </span> <span class="arrow arrow-right"></span> </div> </a>
this work cool in chrome , ie, not in mozilla, while click read more button, next page appear.
it won't go particular id, instead keep remaining on top of page.
i tried debug it, there see errors, this,
empty string passed getelementbyid(). in jquery file.
but when reload same page error disappears , page load correctly , redirected correspondent id, if copy link , paste in tab, won't work. why so, there 1 can me. attaching website link, please check mozilla, thank you.
Comments
Post a Comment