Follow twitter
kaatre2
-
cubeur78 Messages postés 98 Date d'inscription Statut Membre Dernière intervention -
cubeur78 Messages postés 98 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Je suis en train de créer un site web et je voudrais faire un bouton follox du style twitter.
Voici mes codes :
$("#button").click(function(){
if($(this).attr('data-following') == 'false'){
$(this).attr('data-following', 'true');
$(this).
text
('Unfollow');
}else if($(this).attr('data-following') == 'true'){
$(this).attr('data-following', 'false');
$(this).text('Follow');
}
});
et :
<button id="button" data-following="false">Follow</button>
Je suis en train de créer un site web et je voudrais faire un bouton follox du style twitter.
Voici mes codes :
$("#button").click(function(){
if($(this).attr('data-following') == 'false'){
$(this).attr('data-following', 'true');
$(this).
text
('Unfollow');
}else if($(this).attr('data-following') == 'true'){
$(this).attr('data-following', 'false');
$(this).text('Follow');
}
});
et :
<button id="button" data-following="false">Follow</button>
A voir également:
- Follow twitter
- Twitter inscription - Guide
- Supprimer compte twitter - Guide
- Télécharger video twitter - Guide
- Twitter apk - Télécharger - Messagerie
- Changer pseudo twitter - Guide
https://twitter.com/about/resources/buttons