jQuery情人节丘比特动画背景插件|Cupidify

这里是你的网页

  $(function() {
            $("body").cupidify({
                startDate: { "year": 2015, "month": 1, "day": 1 },
                endDate: { "year": 2029, "month": 12, "day": 31 },

                showCupid: true,
                cupidHeartsColor: '#C62026',
                cupidColor: '#C62026',
                cupidSize: 170,
                cupidMoveOnHover: true,
                cupidLocation: "left",

                showBalloons: true,
                balloonsLocation: "right",

                showWelcome: true,
                welcomeText: "Happy Valentines Day"
            });
        });