Skip to content

Instantly share code, notes, and snippets.

@hoangtranwork
Created October 15, 2011 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoangtranwork/1289354 to your computer and use it in GitHub Desktop.
Save hoangtranwork/1289354 to your computer and use it in GitHub Desktop.
output on Opera 11
src: ddlProductCategory |eventtype: focusin |key: undefined |which: undefined
src: ddlProductCategory |eventtype: keypress |key: 40 |which: 0
src: ddlProductCategory |eventtype: change |key: undefined |which: undefined
CHANGE
src: ddlProductCategory |eventtype: keyup |key: 40 |which: 40
trigger change event from: keyup
src: ddlProductCategory |eventtype: change |key: undefined |which: undefined
CHANGE
@hoangtranwork
Copy link
Author

LOG: src: ddlProductCategory |eventtype: focusin |key: undefined |which: undefined
LOG: src: ddlProductCategory |eventtype: change |key: undefined |which: undefined
LOG: CHANGE
LOG: src: ddlProductCategory |eventtype: keyup |key: 40 |which: 40
LOG: trigger change event from: keyup
LOG: src: ddlProductCategory |eventtype: change |key: undefined |which: undefined
LOG: CHANGE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment