2014年7月13日 星期日

[RESOLVED] Checkbox


i,ve a repeater


then datalist


and then checkbox,textbox and redaio button



                    runat="server">




<%#GetGroupName(Eval("MENU_MODIFIER_GROUP_NAME_TRANSLATION_ID").ToString().Trim())%>
[Free :
<%#GetFreeQuantity(Eval("MENU_MODIFIER_GROUP_ID").ToString().Trim())%>
]   [max:
<%#GetMaxQuantity(Eval("MENU_MODIFIER_GROUP_ID").ToString().Trim())%>
]





<%-- ID="chkItemOptionalModifiers" OnSelectedIndexChanged="chkItemOptionalModifiers_SelectedIndexChanged"
runat="server">
--%>














LH
Full
RH







how i can get the valuse of textbox,checkbox,hiddenfiels.... in jquery..





hi nafees,


as you have used css-classes for both check-box and text-box, so, you can use these with jQuery selectors, like this,


$(".chkList").each( function(){ //your code } );
$(".spinnnerOptional").each( function(){ //your code } );

thanks


沒有留言:

張貼留言