代码之家  ›  专栏  ›  技术社区  ›  ProfK

使用jquery和devexpress

  •  2
  • ProfK  · 技术社区  · 14 年前

    我正在尝试在ASP.NET网站中包含jquery,该网站也使用dexpress控件,但无论如何包含脚本, $ 函数总是 anonymous 以及 jQuery 函数未定义。我怀疑devexpress的“管道”脚本正在重写jquery。

    我该看什么?

    2 回复  |  直到 14 年前
        1
  •  2
  •   ProfK    14 年前

    <head id="Head1" runat="server">
        <title>Smart Computer Solutions</title>
        <script src="<%# ResolveUrl("~/Scripts/jquery-1.4.4.js")%>" type="text/javascript"></script>
    </head>
    

    protected void Page_Load(object sender, EventArgs e)
    {
        Page.Header.DataBind();  
    }
    
        2
  •  0
  •   Moo    14 年前

    推荐文章