Computer >> कंप्यूटर >  >> प्रोग्रामिंग >> Javascript

जावास्क्रिप्ट/jQuery का उपयोग करके पृष्ठ के शीर्ष पर कैसे स्क्रॉल करें?

<घंटा/>

उदाहरण

लाइव डेमो

<html>
   <body>
      <script>
         $("a").click(function() {
            $("html, body").animate({ scrollTop: 0 }, "slow");
            return false;
         });
      </script>
      <h3>TOP OF PAGE</h3>
      <br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.<br>
      This is demo text.
      <br>
      <h3>BOTTOM OF PAGE</h3>
      <a href="#">Scroll up</a>
   </body>
</html>

  1. जावास्क्रिप्ट का उपयोग कर माता-पिता का बाल तत्व कैसे प्राप्त करें?

    जावास्क्रिप्ट का उपयोग करके माता-पिता का चाइल्ड एलिमेंट प्राप्त करने के लिए कोड निम्नलिखित है - उदाहरण <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0&q

  1. जावास्क्रिप्ट में केवल चालू वर्ष कैसे प्रदर्शित करें?

    केवल चालू वर्ष प्रदर्शित करने के लिए, getFullYear() का उपयोग करें। निम्नलिखित कोड है - उदाहरण <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initialscale=1.0"> &

  1. एंड्रॉइड में किसी भी पेज के ऊपर या नीचे त्वरित रूप से स्क्रॉल कैसे करें

    हर कोई निराश हो जाता है जब उन्हें उस सामग्री तक पहुंचने के लिए एक लाख बार नीचे स्क्रॉल करना पड़ता है जिसे वे वास्तव में एक वेबसाइट पर देखना चाहते हैं। यह वैसा ही होता है जब आपको कुछ ऐसा मिलता है जिसे आप वास्तव में किसी पृष्ठ के शीर्ष पर चाहते हैं, लेकिन आप सबसे नीचे हैं, और शीर्ष पर वापस जाने के लिए