Hi,
I tried to create simple site that uses jQuery and I can't run it using VS2008 plugin and simulator that provided with it.
I am on Vista(Home basic) / VS 2008 SP1 Team system.
Simulator just handing-up without any information messages.
<body>
<form id="form1" runat="server">
<script language="javascript" type="text/javascript">
function testAction() {
alert("Query element by css selector:" + $(".C1Container").get(0));
}
</script>
<div>
<div class="C1Container" style="font-family:Helvetica;">
<asp

criptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp

criptReference Path="~/Script/jquery-1.2.3.js" />
</Scripts>
</asp

criptManager>
Hi BlackBerry. This is a test.
<a class="C1Link" href="javascript:testAction()">testAction</a
>
</div>
</div>
</form>
</body>
However jQuery works on standalone simulator (I tried 4.7.0.78, 9500 Vodafone)
Best regards, Dmitri.
Message Edited by dmadima on 07-27-2009 04:23 AM
Message Edited by dmadima on 07-27-2009 04:30 AM