Title: tooltip needs show different status Post by: sss on October 14, 2012, 11:36:22 PM while showing tooltips for different resources like 100 example,first resource tooltip showing for all other 100 resources,means only one tooltip is displays .where i need to display different tooltip status for different resources?if i will able to generate uniqueid for thse will get solution.But i'm unable to get uniqueId........???!!!!!!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. |