html 结构字符拼接

function showReasonForm(id)
{
    $('.layout').css({'width':'600px','height':'400px'});
    $('.layout_content').css({'width':'580px','height':'380px','background': 'red'});

    var html = '<form name="form" method="post">' +
            '<textarea id="reason" name="reason" placeholder="请输入理由" style="width:560px; height: 300px; margin: auto; line-height: 25px; font-size: 14px;"></textarea>' +
            '<input type="button" value="提   交" style="background: #2d98dd;  onclick="CancelOrder('+id+')">' +
            '</form>' +
            '<br>' +
            '<div id="progress"></div>';

    $('.layout_content').html(html)

}

function CancelOrder(){
    alert("aaaaa")
}

image.gif

原文链接:[url] http://lllomh/life/2018-01-08/173.html[/url]

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容