Target Specific Element

PHOTO EMBED

Fri May 07 2021 19:05:54 GMT+0000 (Coordinated Universal Time)

Saved by @slendabilt

$(document).ready(function() {
    $('<a href="/home/faso/commerce/settings?back=%2FcfgEditAccountPreferences.asp">Select website currency</a>').appendTo("table.cp_body_inner>tbody tr:eq(4)>td.cp_fielddata");
});
content_copyCOPY

Alternative to :nth-child, this code simply takes the index (base 0) of the element you wish to target.