1:在页面加载后直接调用的js_method
$(function(){});
2:获取某id的元素(层,label等)
$('#chat-messages-inner')
3:修改某元素的内容
$('#chat-messages-inner').html('content');