jQuery(document).ready(function () {
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb"
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br"
}]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb",
radius: false
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
radius: false
}]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb",
prev: false
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
prev: false,closeButton: false
}]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb",
padding: 10
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
padding: 10
}]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb",
lineA: 20,lineB: 200
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
lineA: 200,lineB: 20
}]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.create({
0: [
{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "lb"
},
{
element: ".fb-like",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
padding: 10
}
],
1: [
{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "b"
},
{
element: ".fb-like",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "tr",
padding: 10
}
]
});
WebTour.init();
});
jQuery(document).ready(function () {
WebTour.config = {
autoplay: true
};
WebTour.create({
0: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "rb",
duration: 2000
}],
1: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "b",
duration: 1000
}],
2: [{
element: "#Logo span",
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
position: "br",
duration: 5000
}]
});
WebTour.init();
});