vbscript 天啊。这太可怕了。但有时需要在旧版本中由于控件将其删除而无法删除jQuery。老实说,

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 天啊。这太可怕了。但有时需要在旧版本中由于控件将其删除而无法删除jQuery。老实说,相关的知识,希望对你有一定的参考价值。

'Jquery reference code
Dim js = From file In Javascript.Files 
Where file.Key = "jquery"

if js.count > 0 then
Javascript.Files.Remove(js.First())
end if

Javascript.Files.Insert(0, New CMS_API.Utilities.Javascript.UrlJavascriptFileReference("/SiteElements/Scripts/jquery.js"))

'Note. If you're unlucky enough to be using the FontSizeSelector control, the above code won't work. You need to use the following in Custom Code;

Protected Sub Page_PreRenderComplete(ByVal sender As Object, ByVal e As System.EventArgs)

    Dim js = From file In Javascript.Files 
    Where file.Key = "jquery"
    
    if js.count > 0 then
        Javascript.Files.Remove(js.First())
    end if

    Javascript.Files.Insert(0, New CMS_API.Utilities.Javascript.UrlJavascriptFileReference("//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"))

End sub

以上是关于vbscript 天啊。这太可怕了。但有时需要在旧版本中由于控件将其删除而无法删除jQuery。老实说,的主要内容,如果未能解决你的问题,请参考以下文章

2021 年 4 月程序员工资统计,这太可怕了……

几百年后喜欢一个人的感觉

在Entity Framework下了解多个表结果

Objective-C 探测需要配对代码但文档可怕/不透明的蓝牙设备

随笔不是博客

在旧项目中使用 vue 导入