javascript - Detect if selected element is an anchor on right click -
i'm writing small firefox addon grab urls , send them site. want able right click on link (but not have highlight it) , able click send , links href value grabbed , sent. bit i'm having trouble detecting if selected element anchor , grabbing it's href. many given :)
nvm, found solution at: https://developer.mozilla.org/en/xul/popupguide/extensions#determining_what_element_was_context_clicked
Comments
Post a Comment