What is the best way to include jQuery in DotNetNuke 4.8.x?
问题 I'm using DotNetNuke 4.8.x and want to utilize jQuery. Could anyone possibly suggest me on what is the best way to integrate jQuery into DNN? I won't be able to upgrade DNN version to 5 which has built-in support for jQuery. Your advice would be much appreciated. 回答1: To avoid loading jQuery multiple times, it might be best to use a client-side script, like the one given here. In the server-side, you can load jQuery library in the page header during the Page.Init or Page.Load event: Protected