如题,(要那种超级初学者 菜鸟看的那种 最好有连接能直接下载,视频也行)还有问个问题 <head runat="server">
    <title>无标题页</title>
    <script type="text/javascript" src="../jquery-1.4.2.js">    
function Button1_onclick() {
$("#Text1").value="hello world!"; 
//document.getElementById("Text1").value="hello world!";
</script>
}</head>
<body>
    <form id="form1" runat="server">
    <div>
        <input id="Button1" type="button" value="button" onclick="Return Button1_onclick()" />
        <input id="Text1" type="text" /></div>
    </form>
</body>
点按钮 找不到对象 哪里错了?

解决方案 »

  1.   

    $("#Text1").val("hello world!"); 
      

  2.   

    《鋒利的JQuery》網上好像有pdf的
    也可以下個幫助文檔看看 網上有很多CHM格式的
      

  3.   

    http://www.cssrain.cn/jquery/index.htm
      

  4.   

    $("#Text1").value="hello world!"; 
    不是这么用的。。看1楼。
      

  5.   

    jQuery 中文文档
      

  6.   

    $("#Text1").val("hello world!");
    锋利的jquery ,  jQuery基础教程 ,Jquery实战
      

  7.   

    Free jQuery & UI eBook:
    http://www.heronote.com/files/jQuery.htmFree Dojo eBook:
    http://www.heronote.com/files/Dojo.htmFree Prototype eBook:
    http://www.heronote.com/files/Prototype.htmFree MooTools eBook:
    http://www.heronote.com/files/MooTools.htmFree YUI eBook:
    http://www.heronote.com/files/YUI.htm
      

  8.   

    Free jQuery & UI eBook:
    http://www.heronote.com/files/jQuery.htmFree Dojo eBook:
    http://www.heronote.com/files/Dojo.htmFree Prototype eBook:
    http://www.heronote.com/files/Prototype.htmFree MooTools eBook:
    http://www.heronote.com/files/MooTools.htmFree YUI eBook:
    http://www.heronote.com/files/YUI.htm