Hi,
Thank you for the great product.
I have a page with a static html table that I am using the 'table to jqgrid' module on.
Once I have called table to html grid my table appears as a jqgrid, my impromptu plugin is still functioning on the buttons in my table.
My table is using the jquery.tooltip on links which binds to the mousemove event to display custom HTML tooltips, however this stops working after I call table to jqgrid and convert my standard HTML table table into a jqgrid.
I think that the jqgrid must be overriding the bind mousemove that the tooltip uses. (FYI I call the tooltip from a function for each link before I call the 'table to jqgrid' command).
I would be gratful for any suggestions on how to get my tooltips working on links within the grid or preferably stop jqgrid overriding / removing the mouseover binding on the links within the cells of the grid.
The tooltip I am using is the following bassistance.de/jquery-plugins/jquery-plugin-tooltip/
I can supply a demo url if required. Thank you for any help in advance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top