有人可以在我的代码中帮助解决此错误.我在Internet Explorer中启动网站时出现此错误:
JavaScript运行时错误:'$'未定义
这是代码,请帮助我在java脚本中需要更改什么?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
div.world_map_container #transparent_map {
border: medium none;
height: auto;
position: absolute;
width: auto;
z-index: 30;
}
ul li {
display: none;
position: absolute;
text-indent: -9999px;
z-index: 20;
}
#home_resen {
background: url("Sliki/resen.gif") no-repeat;
height: auto;
right: 0;
top: 0;
width: auto;
}
#home_skopje {
background: url("Sliki/skopje.gif") no-repeat;
height: auto;
right: 0;
top: 0;
width: auto;
}
#home_kocani {
background: url("Sliki/kocani.gif") no-repeat; …Run Code Online (Sandbox Code Playgroud)