• User Attivo

    impostare javascript

    Ho come l'impressione di fare qualche errore di base con JS....
    Il problema è che nn riesco a far funzionare gli JS pur copiandoli da dei tutorial che lo spiegano passo passo!!!

    La cosa assurda e che prendendone uno da html.it ad esempio e lavorando sulla pagina stessa riesco a modificarlo ma non appena provo a trasferirlo nella pagina in cui vorrei inserirlo ecco che sparisce tutto.
    Da html.it ho scaricato la w.slide orizzontale che trasferendola nella mia pagina diventa una semplice lista!!

    Mi sta facendo impazzire da una settimana stò fatto!!!..davvero davvero frustrante!!
    Aiuto!!

    Questa e una delle prove che ho fatto seguendo un tutorial che lo spiegava passo per passo....
    L'effetto JQuery dovrebbe far sparire il 1°paragrafo ma.....
    Naturalmente rimangono tutti e 2!!!


    <head>
    
    <title>prova.script</title>
    <meta http-equiv="Content-Type" content="text/html charset=utf-8"/>
    
    <script type="text/javascript" src="jquery-1.3.2.js"></script>
    
    <script type="text/javascript">
    $(document).ready(function(){
    $('p#paragraph1').hide();
    });
    </script>
    
    
    </head>
    
    
    <body>
    
    <p id=?paragraph1&#8243;>
    1st Paragraph Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry?s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    </p>
    
    <p>
    2nd Paragraph Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry?s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    </p>
    
    
    </body>
    </html>
    
    


  • User Attivo

    Ho risolto,potete pure cancellare il thread!