Hi everyone,
I have the jQuery qtip() function in my asp.net page and I need to get the id from the clicked item. Does anyone know how to do it?
As an example, please find below my script code...
$("#content a.toolTip").qtip({
content: { url: 'PageView.aspx?Param=' + '---get id---' }
)};
Thanks in advance.
[]'rpg