且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何更改Web应用程序的文本框中输入语言

更新时间:2023-12-06 10:11:22

请参考这个问题,它会解决你的问题PAL
阿拉伯文文本框中

Refer to this question and it will solve your problem pal arabic text box

编辑:
更改代码,这个

Change the code to this

$().ready(function () {
    $("input#NameTextBox").attr("lang", "fa");
});