Here's what I have currently:
code
var myHtml=""
myHtml += "<a href=" +'"'+ linkID + '"' + ">" + "<b>" + "The link test" + "</b>" + "</a>"
Tiggzi('panelName').html(myHtml);/code
On click, instead of navigating to a link, an empty page in this case, I to trigger an event that will call a javascript code.
Thanks for helping.