I believe that the following may work:
$("tr").find("td#comments_td").each(function(event){});
or
$("td").find("comments_td").each(function(event){});
I am using something similar to loop through a table to check values.
$("td").find("#comments")
Junior wrote:
>
> I am using the following code:
>
> $("[EMAIL PROTECTED]").click(function(event) {
>
> I need to detect an onClick event for ANY <td> with an id beginning with
> "comments_td_". In the example above, I have inserted "WILDCARD" because I
> am unsure of what the JQuery synatx is for wildcard - I have tried "*" but
> it did not work. Any recommendations?
>
--
View this message in context:
http://www.nabble.com/Wildcards-tf2299089.html#a6389200
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/