Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

[Javascript] Coundown me sekonda dhe minuta

centos

ⓃⒺⓉⒺⒹⓎ.ⒸⓄⓂ
ANETAR ✓
Regjistruar më
Dhj 13, 2004
Mesazhe
39,967
Meqe sapo e perfundova per nje projekt timin po e postoj dhe ktu si shtonjce mbase ju duhet(per programuesit)

JavaScript:
var interval;
var minutat = 0;

var sekondat = 30;

window.onload = function() {

    countdown('divi');

}

function countdown(elementi) {

    interval = setInterval(function() {

        var el = document.getElementById(elementi);

        if(sekondat == 0) {

                minutat--;

                sekondat = 30;

                // ketu beni ajax call (kerkese ajax);

        }

        if(minutat > 0) {

            var minutat_text = minutat + (minutat > 1 ? ' minuta' : ' minut');

        } else {

            var minutat_text = '';

        }
        var sekonda_text = sekondat > 1 ? 'sekonda' : 'sekond';

        el.innerHTML = minutat_text + ' ' + sekondat + ' ' + sekonda_text + '';

        sekondat--;

    }, 1000);
}

Vendosni: <div id="divi"></div> //aty ku doni ta shfaqni
 
Na hacko naj banke mor po leji programet ...na ban me leke krejt forumin :p
 
skan lidhje me hacking kto o sherbeti vajzave :)
Hahahahhahaha e kisha llafin qe mos krijo kshu programesh po tento e hacko naj bank.....ca sherbeti thu vec mjapin buzeqeshje kot se sma varin :(
 

Postime të reja

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.