!!!!!!div class="xxx-target tooltip-target" id="xxx-target-xxxTooltip">//images status is getting updated
</div>
<div class="xxx-content tooltip-content" id="xxx-content-xxxTooltip">
//actual tooltip status are getting with this call ,specified url will take care
${xxx.xxxTooltip}
</div>
using jquery i need to genearate differents ids.where i'm filing to get unique ids for the same class.also using ezpz tooltip.

