[General jQuery] Script targeting only following ID
Hi!
I have following little script that applies to my entire html page:
- $("td[id*='MSOZoneCell_WebPartWPQ']>table>tbody>tr>td").each
(
function()
{
- }
});
I want to target only elements contained in a certain <div id="myID"></div>.
Is that possible? And how can I do it?
Thanks in advance for your help.
Best Regards,
bPlaTyPuS