How to Easily Smooth Scroll To Top Button On IP. Board. To create a button that is easy and practical, please follow the tutorial that I will give below properly.
Preview Demo :
- ACP
- Look
- Feel
- Your Skin
- globalTemplate
{parse template="includeJS" group="global" params="$jsModules"} {parse template="includeFeeds" group="global" params="$documentHeadItems"} {parse template="includeRTL" group="global" params=""} {parse template="includeVars" group="global" params="$header_items"}
Add this code above the one you just found:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script> <script type='text/javascript'> jQuery.noConflict(); jQuery(document).ready(function($){ // Smooth scroll to top $('a[href=#top], a[href=#ipboard_body]').click(function(){ $('html, body').animate({scrollTop:0}, 400); // Replace 400 with whatever number you want return false; }); }); </script>
And you're done! With only a few lines of code.
It is How to Easily Smooth Scroll To Top Button On IP. Board, good luck!

Posted by:
Published :2013-09-08T10:00:00-07:00
How to Easily Smooth Scroll To Top Button On IP. Board
IP.Board Tutorials
- How to Remove "License Key Missing" Warning in ACP New Tutorial 2015
- [ Tutorial ] How to change the default mobile skin in 3.4.x
- How to Easily Smooth Board Width Changer On IP. Board
- How to Easily Disable Fast Reply On IP. Board
- Show Forum Description Inside Tooltips On IP. Board
- [Tutorial] Creating Some Pretty BBcode On IP. Board
- Forum Hover Colour On IP. Board
- How to Easily Arrange Subforum In 3 Columns On IP. Board
- How to Make Horizontal Userinfopane On IP.Board
- How to Easily Make-Block Ad | Advertising Space On IP. Board
- Add Twitter, Facebook Icons On Header IP. Board
- Protect Nulled IP Board from IPS
- Add Charm Bar On IP Board
- How To Easily Edit The Copyright Text For IP On Board
- IPB 3.4.x Missing Editor Box On IP Board
- [App] Tutorials On IP. Board
- How To Easily Edit Shoutbox Ajax Refresh Settings On IP Board
- Group Format (Hook) Fix for 3.4.x On IP Board
- [Lesson] Registration arrangement On IP. Board
- How To Easily Show Files Images On IP.Board Download
- How To Auto Add Links Into Code Tags On IP.Board
- How To Make Simple Validating Message On IP. Board
- How to Easily Install A Skin On IP. Board
- Clickable Custom Profile Fields On IP.Board
0 comments :
Post a Comment