Who can give me the code?
Thank you !
#Wrap Jquery effect
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
-
- New member
- Posts: 12
- Joined: 24 Jan 2014, 23:56
- Real name: Sava Sebastian
- Location: Râmnicu Vâlcea
- RMcGirr83
- Past Contributor
- Posts: 6243
- Joined: 30 Nov 2006, 14:23
- Real name: Rich McGirr
Re: #Wrap Jquery effect
Give you the code to do what? You need to provide more information
-
- New member
- Posts: 12
- Joined: 24 Jan 2014, 23:56
- Real name: Sava Sebastian
- Location: Râmnicu Vâlcea
Re: #Wrap Jquery effect
Sorry
This -
[img]http://i.epvpimg.com/MhbBd.jpg[/img]

[img]http://i.epvpimg.com/MhbBd.jpg[/img]
- Neculai Anișor
- Supporter
- Posts: 150
- Joined: 11 Jan 2013, 17:01
- Location: Liverpool, UK
Re: #Wrap Jquery effect
Code: Select all
$("a[href=#wrap]").click(function(){$("html, body").animate({scrollTop:0},"slow", "swing");return!1}); Â
-
- New member
- Posts: 12
- Joined: 24 Jan 2014, 23:56
- Real name: Sava Sebastian
- Location: Râmnicu Vâlcea
Re: #Wrap Jquery effect
In that file?
- Neculai Anișor
- Supporter
- Posts: 150
- Joined: 11 Jan 2013, 17:01
- Location: Liverpool, UK
Re: #Wrap Jquery effect
Smthing like that ..
Code: Select all
<script type="text/javascript">
$( document ).ready(function() {
$("a[href=#wrap]").click(function(){
$("html, body").animate({scrollTop:0},"slow", "swing");return!1
});
});
</script>
-
- New member
- Posts: 12
- Joined: 24 Jan 2014, 23:56
- Real name: Sava Sebastian
- Location: Râmnicu Vâlcea
Re: #Wrap Jquery effect
In that file add code?
- Neculai Anișor
- Supporter
- Posts: 150
- Joined: 11 Jan 2013, 17:01
- Location: Liverpool, UK
Re: #Wrap Jquery effect
Overall_header before </head>
-
- New member
- Posts: 12
- Joined: 24 Jan 2014, 23:56
- Real name: Sava Sebastian
- Location: Râmnicu Vâlcea
Re: #Wrap Jquery effect
Th man :X
Solved
Solved

-
- Old member
- Posts: 677
- Joined: 30 Mar 2011, 00:32
Return to “Modders MOD support”
Who is online
Users browsing this forum: No registered users and 2 guests