如何通过jQuery获取ID或类名

问题描述:

嗨.
如何在
中获取txtfirstname

hi.
how to get txtfirstname in

""ctl00_ContentPlaceHolder1_controller_roundPanel_ctl12_editControl_ICTNPanel1_pnlReal_txtFirstName" 

通过jquery.
我使用devexpress.
thx.

by jquery.
i use of devexpress.
thx.

DevExpress有自己的Java脚本类库,请使用^ ]获取和实例 ASPxClientEdit [ ASPxClientEditBase [ GetValue [
DevExpress has their own java script class library, use the appropriate method of the ASPxClientUtils Class[^] to get and instance of the ASPxClientEdit[^] or its base class ASPxClientEditBase[^].

You can then access the value for the editor using the GetValue[^] method.

Best regards
Espen Harlinn


试着看看
如何在ASP中通过jquery查找控件类名.净 [ ^ ]问题
--NDK
Try to see
how to find control classname by jquery in asp.net[^] question
--NDK