> That's a good point, but it looks like he is trying to find td > elements with an id that *starts* with "order," so they could be > "order_1", "order_2", etc. I agree, though, that it would be less > cumbersome to simply use a common class. Yes, I find "order_1", "order_2", etc. In the number I save row ID But the another code: $("#catalog_table TBODY TR TD").each( function(){ $(this).find("input").html('TEXT') });
does not work. I simplify HTML code, of couse, but realy code not more difficult