-.- My Blog -.-

Suchen
Zum Inhalt springen

Archiv für den Monat: May 2013

Allgemein, development

Javascript – avoid page reload

30. May 2013 Tristan Zur

document.onkeydown = function(e) {
  console.log(e);
  if (e.keyCode == 116 || (e.ctrlKey && e.keyCode == 82)) {
    console.log("avoid reload");
    return false;
  }
}

Recent Posts

  • Linux – create user and group
  • Javascript – avoid page reload
  • Javascript – Column Grouping
  • Javascript – Table filtering
  • Javascript Auto Suggest

Recent Comments

    Archives

    • September 2013
    • May 2013
    • February 2012
    • October 2010
    • June 2010

    Categories

    • Allgemein
    • development
    • linux

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Mit Stolz präsentiert von WordPress