我有一个使用 jqGrid 组件的 asp.net webforms 页面。问题是thickbox 不适用于jqGrid(ajax)内的链接。
我在Gupta 的博客上得到了这种平静的代码,但我不知道如何添加它,因为我正在使用 ASP.NET 的 jqGrid 组件。任何人都可以帮忙吗?谢谢。
gridComplete: function(){
// ThickBox - this allows any dynamically created links that use thickbox to work!
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
imgLoader = new Image();// preload image
imgLoader.src = tb_pathToImage;}