Event binding in UI APPs

Discussion in 'Content Creation' started by Incognito, Jun 4, 2015.

  1. Incognito

    Incognito
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    246
    in 0.4.x following code doesn't work:
    Code:
    $( document ).bind( "keydown", function(evt) {
        console.log("ololololo");
    });
    So, it is no longer possible, or it can be done differently?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice