win10通知使用Toast 可以使用win10 模板添加通知 var t = Windows.UI.Notifications.ToastTemplateType.ToastText02; 使用GetTemplateContent得到模板xml,可以修改 var content = Windows.UI.Notifications.ToastNotificationManager.GetTemplateContent(t); 用XmlNodeList xml = content.GetElem
常见消息提醒,类似于Chrome notification,易于使用,用户体验赞. // Simple $.sticky('hi, every body rock!'); // Advantage $.sticky({ icon : 'img/greet.png', title : 'Greeting', body : 'Hello there, I am jquery.sticky \(^o^)/~.', position : 'top-right', useAnimateCss: true,