开发者

Add "Top of Page" link to a Script

开发者 https://www.devze.com 2023-01-14 09:12 出处:网络
I am using this plugin to make a list of all the Categories on my Wordpress blog : http://pastebin.com/raw.php?i=T6rvtwkS

I am using this plugin to make a list of all the Categories on my Wordpress blog :

http://pastebin.com/raw.php?i=T6rvtwkS

The script can be seen in action here :

www.animefushigi.com/full-anime-list

Now, I want to add a link to Top of page under each set of alphebetical listings, so right aft开发者_运维知识库er each </ul>

I want to add this :

<a href="javascript:scroll(0,0)">
Top
</a>

Where and How can I implement that in the plugin script???


Try

<a href="#[LETTER]">

(see link)

0

精彩评论

暂无评论...
验证码 换一张
取 消