Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery 更改asp:linkbutton的内部文本会引发错误:应为';)';_Jquery_Asp.net_Twitter Bootstrap 3 - Fatal编程技术网

Jquery 更改asp:linkbutton的内部文本会引发错误:应为';)';

Jquery 更改asp:linkbutton的内部文本会引发错误:应为';)';,jquery,asp.net,twitter-bootstrap-3,Jquery,Asp.net,Twitter Bootstrap 3,我肯定我只是缺少了一些格式或者没有转义一些正确的东西,但是我在这里做错了什么 <asp:Linkbutton ID="btnExecutePasswordChange" runat="server" class="btn btn-primary col-lg-offset-3 col-md-offset-3" OnClientClick="$(this).html('<i class='fa fa-spinner fa-spin'></i> Please

我肯定我只是缺少了一些格式或者没有转义一些正确的东西,但是我在这里做错了什么

<asp:Linkbutton ID="btnExecutePasswordChange" runat="server" class="btn btn-primary col-lg-offset-3 col-md-offset-3" 
     OnClientClick="$(this).html('<i class='fa fa-spinner fa-spin'></i> Please wait...');"
     OnClick="btnExecutePasswordChange_Click">Change Password</asp:Linkbutton>

您可能需要在单引号字符串中转义单引号

改变

“请稍候…”


“请稍候…”

您可能需要在单引号字符串中转义单引号

改变

“请稍候…”


“请稍候…”

您可能需要在单引号字符串中转义单引号

改变

“请稍候…”


“请稍候…”

您可能需要在单引号字符串中转义单引号

改变

“请稍候…”


“请稍候…”

这很有效。我知道一定是这样的。谢谢,这很有效。我知道一定是这样的。谢谢,这很有效。我知道一定是这样的。谢谢,这很有效。我知道一定是这样的。谢谢
SCRIPT1006: Expected ')'