We needed to highlight border of lookup field in some way in case of error. We needed to implement highlighting lookup in some way.
We used following script:
$(‘#fieldname’).find(‘div[class=”ms-crm-Inline-Value ms-crm-Inline-Lookup”]’).attr(‘style’,’border: 1px solid’);
Following is the end result: