• ARعربي
  • ENEnglish
  • ESEspañol
  • FAفارسی
  • FRFrançais
  • IDIndonesia
  • ITItaliano
  • JA日本語
  • KO한국어
  • RUРусский
  • TRTürkçe
  • UKУкраїнська
  • ZH简体中文

ما قصد داریم این پروژهٔ متن‌باز را در دسترس همهٔ مردم در سرتاسر دنیا قرار دهیم.

به ترجمهٔ محتوای این آموزش به زبان خودتان کمک کنید/a>.

    نقشه آموزش
    اشتراک گذاری
    • آموزش
    • مرورگر: Document، Eventها، رابط‌ها
    • Document
    • Styles and classes
    بازگشت به درس
    این محتوا تنها در این زبان‌ها موجود است: English, Español, Italiano, 日本語, 한국어, Русский, Українська, 简体中文. لطفاً به ما

    Create a notification

    اهمیت: 5

    Write a function showNotification(options) that creates a notification: <div class="notification"> with the given content. The notification should automatically disappear after 1.5 seconds.

    The options are:

    // shows an element with the text "Hello" near the right-top of the window
    showNotification({
      top: 10, // 10px from the top of the window (by default 0px)
      right: 10, // 10px from the right edge of the window (by default 0px)
      html: "Hello!", // the HTML of notification
      className: "welcome" // an additional class for the div (optional)
    });

    دمو درون یک پنجره جدید

    Use CSS positioning to show the element at given top/right coordinates. The source document has the necessary styles.

    باز کردن یک sandbox برای تمرین.

    باز کردن راه‌حل درون sandbox.

    • © 2007—2025  Ilya Kantor
    • دربارهٔ پروژه
    • تماس با ما