• Home
  • A Propos
  • Greasemonkey
  • HowTo GitHub
  • Performance JavaScript
  • SharepointPlus

14

Août

L’opérateur typeof en Javascript [programmation]

Posted by Aymeric  Published in Niveau débutant, Programmation

Si vous avez déjà essayé d’utiliser typeof en Javascript pour trouver le type d’un objet, vous avez dû vous rendre compte que cet opérateur n’aide pas beaucoup…. Le typeof par défaut de Javascript Déjà, comme typeof est un opérateur, vous n’avez pas besoin d’utiliser des parenthèses ou une quelconque autre décoration. Ainsi on aura : […]

Continue reading...

Tags: javascript, jquery, Performance, Programmation

no comment

19

Juil

Simple effet highlight sur un element avec jQuery [javascript]

Posted by Aymeric  Published in Niveau intermédiaire, Programmation, Web Design

[niveau: intermédiaire] Si vous souhaitez créer un effet highlight sur un élément (en passant le background en jaune par exemple), voici comment il faut s’y prendre : jQuery.prototype.highlight = function() { jQuery(this).css(“background-color”,”yellow”).fadeTo(‘slow’, 0.1, function() { jQuery(this).fadeTo(‘slow’, 1.0, function() { jQuery(this).css(“background-color”,”white”); }); }); }; jQuery(‘#mon-element’).highlight(); A tester ici : Hello, I’m an example Highlight Total 31337 […]

Continue reading...

Tags: javascript, jquery, Niveau intermédiaire, Programmation

2 comments

16

Fév

Equivalent de ModalBox de okonet.ru en jQuery [javascript]

Posted by Aymeric  Published in Programmation, Web Design

J’ai longuement cherché un équivalent en jQuery de ModalBox qui est, lui, basé sur PrototypeJS. Je voulais avoir cet effet MacOS X qu’il donne à ses fenêtres popup. Après d’infructueuses recherches je suis finalement tombé sur SimpleModal qui propose exactement le même effet de popup basé sur un style MacOS X, et le tout pour […]

Continue reading...

Tags: javascript, jquery, modal, popup

1 comment

Me Suivre

Suivre @aymkdn

Catégories

  • À bookmarker
  • Android
  • Application
  • Astuce
  • Debug
  • Divers
  • English
  • Français
  • Images
  • Linux
  • MacOS
  • Navigateur
  • Niveau débutant
  • Niveau expert
  • Niveau intermédiaire
  • Partage
  • Performance
  • Programmation
  • Sécurité
  • Téléphonie
  • Vidéo
  • Web Design
  • Windows

Étiquettes

android Application Astuce astuces convertisseur css debian Debug débutant email english facebook firefox Français github IE Images intermédiaire internet explorer javascript jquery Linux mysql Navigateur Niveau débutant Niveau expert Niveau intermédiaire Nokia Partage Performance php Programmation regexp sharepoint Sharepoint 2013 sharepointplus Sécurité traitement vidéo téléphone Téléphonie vidéo Web Design Windows wordpress À bookmarker

Méta

  • Flux RSS
  • Administration

Recent Entries

  • Freebox Player API
  • Windows Movie Maker pour Windows 7, Windows 8.1 et Windows 10
  • Mise à jour d’un serveur Kimsufi (OVH) depuis Debian 9 (Stretch) vers Debian 10 (Buster)
  • Connectivity issue with Qualcomm QCA61x4A 802.11ac in 5GHz
  • Let’s Encrypt Certificate: how to remove a domain from a certname that contains several domains
  • Upgrade from MySQL (5.6.40 – Debian 9.12) to MariaDB
  • Sharepoint error message “Invalid URL argument” with WebPartPages
  • chrome-search://local-ntp/local-ntp.html makes Chrome unresponsive
  • Our system has detected an unusual rate of unsolicited mail originating from your IP address
  • Sharepoint REST API to index a column or delete a column and more…

Recent Comments

  • alex91 in Create a self-signed certificate for localhost tes…
  • Coolwriter in Bien configurer eMule [Astuces]
  • Nico in Bien configurer eMule [Astuces]
  • Jim1988 in Permettre le retour en arrière sur une page PHP a…
  • rikimaru11273 in Bien configurer eMule [Astuces]
  • Aymeric in Execute an action before saving a form but after t…
  • liriarte in Execute an action before saving a form but after t…
  • Aymeric in Contrôler la Freebox avec Google Home
  • Jolaclass in Contrôler la Freebox avec Google Home
  • Aymeric in Bien configurer eMule [Astuces]
  • Random Selection of Posts

    • Détecter si le Freebox Player est allumé ou éteint (en veille) via les API de Free [Programmation]
    • Un algorithme court et rapide pour Array.unique() [Javascript]
    • Get window/viewport/document height and width [JavaScript]
    • Ne pas se faire pirater son compte Facebook, sa boîte mail, etc… [Astuce]
    • Hide a field into a form with JSLink based on field’s description [Sharepoint]
    • Encode accented characters of an URL to the hexadecimal version [PHP]
    • Réduire la taille d’une web font et bien plus encore…. [bookmark]
© 2008 Kodono is proudly powered by WordPress
Theme designed by Roam2Rome