为了账号安全,请及时绑定邮箱和手机立即绑定

没有介绍一下kindeditor吗?不懂怎么用

KindEditor.ready(function(K) 

{

window.editor = K.create('#editor_id');

});

/*$(document).ready(function(){

$("#selectFileBtn").click(function(){

$fileField = $('<input type="file" name="thumbs[]"/>');

$fileField.hide();

$("#attachList").append($fileField);

$fileField.trigger("click");

$fileField.change(function(){

$path = $(this).val();

$filename = $path.substring($path.lastIndexOf("\\")+1);

$attachItem = $('<div class="attachItem"><div class="left">a.gif</div><div class="right"><a href="#" title="删除附件">删除</a></div></div>');

$attachItem.find(".left").html($filename);

$("#attachList").append($attachItem);

});

});

$("#attachList>.attachItem").find('a').live('click',function(obj,i){

$(this).parents('.attachItem').prev('input').remove();

$(this).parents('.attachItem').remove();

});

});

这些是干嘛用的

正在回答

5 回答

kindeditor的官网上面有文档说明

0 回复 有任何疑惑可以回复我~

我也想学啊,都弄好几天了,始终不成功。苦啊

0 回复 有任何疑惑可以回复我~

attachItem里面包含了input吗?不是只包含了div吗?

0 回复 有任何疑惑可以回复我~

$("#attachList>.attachItem").find('a').live('click',function(obj,i){

$(this).parents('.attachItem').prev('input').remove();

$(this).parents('.attachItem').remove();

上面都懂了,移除以后前台的图片消失了,后台怎么知道的?

$(this).parents('.attachItem').prev('input').remove();什么意思

0 回复 有任何疑惑可以回复我~

$(document).ready(function(){

$("#selectFileBtn").click(function(){

$fileField = $('<input type="file" name="thumbs[]"/>');

$fileField.hide();

$("#attachList").append($fileField);

$fileField.trigger("click");

$fileField.change(function(){

$path = $(this).val();

$filename = $path.substring($path.lastIndexOf("\\")+1);

$attachItem = $('<div class="attachItem"><div class="left">a.gif</div><div class="right"><a href="#" title="删除附件">删除</a></div></div>');

$attachItem.find(".left").html($filename);

$("#attachList").append($attachItem);

});

});

$("#attachList>.attachItem").find('a').live('click',function(obj,i){

$(this).parents('.attachItem').prev('input').remove();

$(this).parents('.attachItem').remove();

});

});

这个好复杂啊,怎么弄的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117284    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

没有介绍一下kindeditor吗?不懂怎么用

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信