var init = function () {
container = $('#container');
// 绑定关闭事件
container.on('click','a',function () {
$(this).parent().remove();
}).height($(window).height() -204);
var tests = ['道友,还处在凝气期吗?', 'I have a dream...', '路漫漫其修远兮。。。', '与自己为敌,与自己为友', '既然选择了远方,便只顾风雨兼程!'];
$.each(tests, function (i,v) {
createItem(v);
});
// 绑定输入框
$('#input').keydown(function (e) {
var $this = $(this);
if(e.keyCode == '13') {
var value = $this.val();
if(value) {
createItem(value);
$this.val('');
}
}
});
};
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
