# jinli **Repository Path**: js-class/jinli ## Basic Information - **Project Name**: jinli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```js function toTop(){//返回顶部 $totop.click(function(){ $(document).scrollTop(0); }) } ```