| http://www.w3.org/ns/prov#value | - function clickHandler(o,recursive) { var e=(recursive)?o:o.target; if ($(e).is('a')) { /* clicked element is a link so send a message with link information to global file (calls handleMessage function) */ safari.self.tab.dispatchMessage(link, $(e).get(0).href); } else { /* if the clicked element is not a link so we need to go up to the parent element recursively util a link tag is found. */ var
|