123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- function message() {
- var a = $.blinkTitle.show();
- setTimeout(function() {
- $.blinkTitle.clear(a)
- },
- 8e3)
- }
- $(document).ready(function() {
- function e() {
- function h() { - 1 != g.indexOf("*#emo_") && (g = g.replace("*#", "<img src='img/").replace("#*", ".gif'/>"), h())
- }
- var e = new Date,
- f = "";
- f += e.getFullYear() + "-",
- f += e.getMonth() + 1 + "-",
- f += e.getDate() + " ",
- f += e.getHours() + ":",
- f += e.getMinutes() + ":",
- f += e.getSeconds();
- var g = $("#textarea").val();
- h();
- var i = "<div class='message clearfix'><div class='user-logo'><img src='" + b + "'/>" + "</div>" + "<div class='wrap-text'>" + "<h5 class='clearfix'>\u5f20\u98de</h5>" + "<div>" + g + "</div>" + "</div>" + "<div class='wrap-ri'>" + "<div clsss='clearfix'><span>" + f + "</span></div>" + "</div>" + "<div style='clear:both;'></div>" + "</div>" + "<div class='message clearfix'>" + "<div class='user-logo'>" + "<img src='" + c + "'/>" + "</div>" + "<div class='wrap-text'>" + "<h5 class='clearfix'>" + d + "</h5>" + "<div>" + g + "\u7684\u56de\u590d\u5185\u5bb9</div>" + "</div>" + "<div class='wrap-ri'>" + "<div clsss='clearfix'><span>" + f + "</span></div>" + "</div>" + "<div style='clear:both;'></div>";
- null != g && "" != g ? ($(".mes" + a).append(i), $(".chat01_content").scrollTop($(".mes" + a).height()), $("#textarea").val(""), message()) : alert("\u8bf7\u8f93\u5165\u804a\u5929\u5185\u5bb9!")
- }
- var a = 3,
- b = "img/head/2024.jpg",
- c = "img/head/2015.jpg",
- d = "\u738b\u65ed";
- $(".close_btn").click(function() {
- $(".chatBox").hide()
- }),
- $(".chat03_content li").mouseover(function() {
- $(this).addClass("hover").siblings().removeClass("hover")
- }).mouseout(function() {
- $(this).removeClass("hover").siblings().removeClass("hover")
- }),
- $(".chat03_content li").dblclick(function() {
- var b = $(this).index() + 1;
- a = b,
- c = "img/head/20" + (12 + a) + ".jpg",
- d = $(this).find(".chat03_name").text(),
- $(".chat01_content").scrollTop(0),
- $(this).addClass("choosed").siblings().removeClass("choosed"),
- $(".talkTo a").text($(this).children(".chat03_name").text()),
- $(".mes" + b).show().siblings().hide()
- }),
- $(".ctb01").mouseover(function() {
- $(".wl_faces_box").show()
- }).mouseout(function() {
- $(".wl_faces_box").hide()
- }),
- $(".wl_faces_box").mouseover(function() {
- $(".wl_faces_box").show()
- }).mouseout(function() {
- $(".wl_faces_box").hide()
- }),
- $(".wl_faces_close").click(function() {
- $(".wl_faces_box").hide()
- }),
- $(".wl_faces_main img").click(function() {
- var a = $(this).attr("src");
- $("#textarea").val($("#textarea").val() + "*#" + a.substr(a.indexOf("img/") + 4, 6) + "#*"),
- $("#textarea").focusEnd(),
- $(".wl_faces_box").hide()
- }),
- $(".chat02_bar img").click(function() {
- e()
- }),
- document.onkeydown = function(a) {
- var b = document.all ? window.event: a;
- return 13 == b.keyCode ? (e(), !1) : void 0
- },
- $.fn.setCursorPosition = function(a) {
- return 0 == this.lengh ? this: $(this).setSelection(a, a)
- },
- $.fn.setSelection = function(a, b) {
- if (0 == this.lengh) return this;
- if (input = this[0], input.createTextRange) {
- var c = input.createTextRange();
- c.collapse(!0),
- c.moveEnd("character", b),
- c.moveStart("character", a),
- c.select()
- } else input.setSelectionRange && (input.focus(), input.setSelectionRange(a, b));
- return this
- },
- $.fn.focusEnd = function() {
- this.setCursorPosition(this.val().length)
- }
- }),
- function(a) {
- a.extend({
- blinkTitle: {
- show: function() {
- var a = 0,
- b = document.title;
- if ( - 1 == document.title.indexOf("\u3010")) var c = setInterval(function() {
- a++,
- 3 == a && (a = 1),
- 1 == a && (document.title = "\u3010\u3000\u3000\u3000\u3011" + b),
- 2 == a && (document.title = "\u3010\u65b0\u6d88\u606f\u3011" + b)
- },
- 500);
- return [c, b]
- },
- clear: function(a) {
- a && (clearInterval(a[0]), document.title = a[1])
- }
- }
- })
- } (jQuery);
|