Hi to all,
I'm implementing a web app using Web socket classes and HTML5 + JQuery as front end.
I'm using a DIV within the HTML5 page in order to show the HTML table returned by the ExecuteHTML within the called Web socket class.
The html inside the DIV is populated using .SetHtml(html) within the Web socket class.
The problem is that I'm not able to access the table rows using the standard Jquery selectors and methods.
You can add a row clickable in the table, and add <a href=“http:\\www.idxxx.com”> to it. When a link was clicked, you can catch the href ,and parse the id.