<div class="con">
<img src="1.jpg" alt="">
<div class="pz con1">div>
<div class="pz con2">div>
<div class="pz con3">div>
<div class="pz con4">div>
div>
<div id="walkthrough-content" style="display:none;">
<div id="walkthrough-1">
<h3>欢迎来到Helloweba演示页--Imeverh3>
div>
<div id="walkthrough-2">
这里是我的博客名
div>
<div id="walkthrough-3">
这里是导航
div>
<div id="walkthrough-4">
这里是我喜欢的林依晨
div>
<div id="walkthrough-5">
这里是文章列表
div>
div>
<script>
$(function() {
// Set up tour
$(‘body‘).pagewalkthrough({
name: ‘introduction‘,
steps: [{
popup: {
content: ‘#walkthrough-1‘,
type: ‘modal‘
}
}, {
wrapper: ‘.con1‘,
popup: {
content: ‘#walkthrough-2‘,
type: ‘tooltip‘,
position: ‘bottom‘
}
}, {
wrapper: ‘.con2‘,
popup: {
content: ‘#walkthrough-3‘,
type: ‘tooltip‘,
position: ‘bottom‘
}
},{
wrapper: ‘.con3‘,
popup: {
content: ‘#walkthrough-4‘,
type: ‘tooltip‘,
position: ‘left‘
}
},{
wrapper: ‘.con4‘,
popup: {
content: ‘#walkthrough-5‘,
type: ‘tooltip‘,
position: ‘bottom‘
}
}]
});
// Show the tour
$(‘body‘).pagewalkthrough(‘show‘);
});
script>