输入banner图图片脚本导航/分类

jqueryprepend函数实例

首先介绍一下prepend函数的语法:

语法

$(selector).prepend(content)

其中,content 必需。规定要插入的内容(可包含 HTML 标签)。

实例:



在线运行