asp.net datagrid on mouse over specific column cell display DIV with hyperlink derived from cell content -


I have an ASP.NET datagrid. On the mouse on a specific column cell when I should be able to display a DIV. A hyperlink in the div should be with the cell contents contained in the end . I do not know how to do this because my code is:

   & Lt; / A & gt; & Lt; / Div & gt; & Lt; / ItemTemplate & gt;  

Code Javascript:

  function displayDiv (textCell) {$ ('# content'). Text (textile); $ ('# Content'). CSS ("Visibility", "Visible"); }  

Hope it helps


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -