• Thống kê diễn đàn


[code] trích dẫn nhanh k chuyển trang

View previous topic View next topic Go down

[code] trích dẫn nhanh k chuyển trang Empty [code] trích dẫn nhanh k chuyển trang

Post by kjucxanh_95 24/10/2012, 8:35 pm

[code] trích dẫn nhanh k chuyển trang 153
Vào Modules >> HTML & JAVASCRIPT >> Javascript codes management >> Create a new javascript

Title : Đặt tùy ý

Placement : In all the pages

Javascript Code :
Code:
    var CopyrightNotice='Quick Quote in Quick Reply for forumotion boards. Copyright © by AvacWeb. All Rights Reserved. Use and  modification of this script is not allowed without this entire copyright notice in the original, copied, or modified script. No distribution without consent.';
    $(function() {
    $('.i_icon_quote').click(function(e) { e.preventDefault();
      var url=this.parentNode.href;
      $('body').append('<div id="LGquote" style="display:none"></div>');
      var x=$('#LGquote');
      x.load(url + ' textarea', function() {
        var message=x.find('textarea').val();
        var y=document.getElementById('quick_reply').message;
        y.value+=message; y.focus();
        $('#LGquote').remove();
      });
      });
    });
 
kjucxanh_95
kjucxanh_95
Quản Trị Viên
Quản Trị Viên

Posts : 383
Points : 294676
Thanked : 63
Birthday : 1995-09-20
Status Mãi Mãi Yêu Mình Anh
Giới tính : Female Đừng ghẹo nha

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum