当前位置: 代码迷 >> ASP.NET >> jquery easyui 在asp.net中如何用
  详细解决方案

jquery easyui 在asp.net中如何用

热度:4179   发布时间:2013-02-25 00:00:00.0
jquery easyui 在asp.net中怎么用
引用都正确,但不显示效果,求解
HTML code
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.NewFolder1.WebForm1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    <title>ComboBox - jQuery EasyUI Demo</title>    <link rel="stylesheet" type="text/css" href="../themes/default/easyui.css">    <link rel="stylesheet" type="text/css" href="../themes/icon.css">    <script type="text/javascript" src="../jquery-1.7.1.min.js"></script>    <script type="text/javascript" src="../jquery.easyui.min.js"></script></head><body>    <input class="easyui-combobox" name="language" url="combobox_data.json" valuefield="id"        textfield="text" multiple="true" panelheight="auto"></body></html>



------解决方案--------------------------------------------------------
JSON文件需要在IIS中配置好才行的!
  相关解决方案