To select an ASP.NET server control to use jQuery:
$ ("# <%=idDelControl.ClientID%>")The ClientID is the unique ID assigned to the control at runtime.
Another simple way to select all the ID checks are finished with our text searched is:
$ ("[id $ = '_idControl']"). each (function () {}
)
Where idControl is replaced by the id of the control or controls that we want to walk, very useful if we have such a datalist with checkboxes in the.
0 comments:
Post a Comment