'/>">
<input type='hidden' thumbID="p_<?=$row['id']?>" value='<?=$row['thumbnailurl']?>' name='thumbPath[]' >
<input type='hidden' thumbID="p<?=$row['id']?>" value='<?=$row['file_url']?>' name='imagePath[]'>
<?php endforeach;?>
<input type='hidden' thumbID="p_<?=$row['id']?>" value='<?=$row['thumbnailurl']?>' name='thumbPath[]' >
<input type='hidden' thumbID="p<?=$row['id']?>" value='<?=$row['file_url']?>' name='imagePath[]'>
<?php endforeach;?>
JS代码:
});
K('#J_selectImage').click(function() {
editor.loadPlugin('multiimage',function() {
editor.plugin.multiImageDialog({
clickFn : function(urlList) {
var div = K('#J_imageView');
//div.html('');
K.each(urlList,function(i,data) {
div.append('<div class="img_view"><img src="' + data.url + '"><span class="view_del" onclick="clearUploadPic('+i+',$(this).parent())"><img src="/Public/Home/img/close_delete_2.png">
以上这篇Kindeditor单独调用多图上传实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。