0
在我的ASP.Net 2008應用程序中,我有一個使用主頁的頁面,我想使用jquery/javascript,但我甚至無法獲得這個簡單的代碼。 頁面加載並控制顯示,但沒有提示。在內容頁面運行javascript
想法?
<asp:Content ContentPlaceHolderID="cphMain" runat="server" ID="mainBodyContent">
<script type="text/javascript" src="../../js/jquery-1.4.1.js">
$(document).ready(function() {
alert("Hey");
});
</script>
....
other controls
...
您是否檢查瀏覽器是否報告了錯誤? – 2011-02-15 20:24:49