$get not defined, jquery seems not loaded, but checked the pathes, are all right
I got this error in Firebug "$get not defined". checked lot of threads, looks like the jquery.js is not correctly loaded. However, i tried absolute path, relative path, link to the website, move the includes to different places in my code. still get this error message. Any one can tell what my problem is? I am trying to get the google streetview displayed in my application. If I change to pure javascript, Firefox works great but IE 8 doesn't display anything or doesn't popup properly. So i want to try jquery as the sample code I got which is working using jquery. The only difference for the sample code and my app is that mine is silverlght 3 and the sample code is in silverlight 2.
here is my first few lines of the code
<%@ Page Language="C#" AutoEventWireup="true" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<%--<script type="text/javascript" src="~/jquery/js/jquery-ui-1.8.2.custom.min.js"></script>--%>
<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIAAAAEky1aLadg2TDn2EdsLrNghTIKMKZ-t_WXn5sb0196_FlS-dVvRQbq-e_-ZHnU857AP3lttozLr-q1w" type="text/javascript"></script>