ChatBox


Créations de thèmes et tests graphiques en tout genre
 
Le deal à ne pas rater :
Apple MacBook Air (2020) 13,3″ Puce Apple M1 – RAM 8Go/SSD 256Go
799 €
Voir le deal

Partagez
Javascripts
Maku'
Maku'
Messages : 61
Points : 596
Date d'inscription : 12/09/2014
Age : 32
Localisation : Dijon
MessageSujet: Javascripts Javascripts EmptyLun 5 Sep - 10:31
Bannières

Code:
$(function() {
     
          var a = ["http://img11.hostingpics.net/pics/967899BanireIto.png",
"http://img15.hostingpics.net/pics/949476BanireMaxwell.png", "http://img11.hostingpics.net/pics/850683BanZoel2.png" , "http://img15.hostingpics.net/pics/367704BanPiotr.png" , "http://img11.hostingpics.net/pics/418502BanAmbre.png"];
     
          $("#pun-logo img,#i_logo,#logo img").attr("src", a[Math.floor(Math.random() * a.length)])
     
        });
Revenir en haut Aller en bas
Maku'
Maku'
Messages : 61
Points : 596
Date d'inscription : 12/09/2014
Age : 32
Localisation : Dijon
MessageSujet: Re: Javascripts Javascripts EmptyLun 5 Sep - 10:31
Compteur de mots
Code:
jQuery(document).ready(function() {

    function getWords() {
        var words = $('#text_editor_textarea').val().split(' ');
        var newArray = words.filter(function(v){return v!==''});
        $('#titre_rep').text('Poster une réponse [' + newArray.length + ' mot(s)]');
    }

    $(function(){
        getWords();
    });

    $('#text_editor_textarea').on('change',function() {
        getWords();
    });

    $('#text_editor_textarea').on('keypress',function() {
        getWords();
    });

});
Revenir en haut Aller en bas
Javascripts
Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
MakuroGraph :: Thèmes :: Thème CHERUB-