# jQueryModal **Repository Path**: oneseral/jQueryModal ## Basic Information - **Project Name**: jQueryModal - **Description**: jQuery 模态窗口 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #jQueryModal > # jQuery 教程 + http://www.w3school.com.cn/jquery/index.asp # http-server 1. 安装`nodeJS` 2. 安装`http-server`,命令如下 `npm install [-g] http-server`(-g是可选项,它是全局安装的标志) 3. 启动`hhtp-server` `http-server -a localhost -p 80` `http-server --h` 查看命令帮助