Xi Jinping put forward a prosperous, democratic appear when you click on the page. . . 24 word socialist core values words

<script type="text/javascript">
$(document).ready(function(){
    There a_index = 0;
    $("body").click(function(e){
        var a = new Array ( "prosperity", "democracy" and "civilization" and "harmony", "freedom", "equality", "justice", "rule of law", "patriotic", "dedication" and "integrity" "friendly");
        var $i = $("<span/>").text(a[a_index]);
        a_index = (a_index + 1) % a.length;
        var x = e.pageX, y = e.pageY;
        $i.css({
            "z-index": 99999,
            "top": y - 20,
            "left": x,
            "position": "absolute",
            "font-weight": "bold",
            "color": "#ff6651"
        });
        $("body").append($i);
        $i.animate({"top": y-180,"opacity": 0},1500,function() {
            $i.remove();
        });
    });
});
</script>

Guess you like

Origin www.cnblogs.com/aniymx/p/11027790.html