How to include a link in a Webkit notification?
问题 I am creating a Chrome extension and I am using the Webkit notifications API. I need to show a link in the notification, but the problem is that now Webkit HTML notifications are deprecated, so I only can use notifications with a simple message. I mean, one year ago I could have created a Wbkit HTML notification and include the "a" element, but now I can't. Is there a way to show a link in a Webkit notification? Thanks. 回答1: To make a webkit notification a link, do this (I'm using jQuery for