日期:2014-05-17  浏览次数:20451 次

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中配置好才行的!