如何制作一个将所选文本转换为链接的书签?
假设您
- 在浏览器中选择“某些文本”。
- 单击书签,
- 所选文本将变成带有当前页面 URL 的简单链接。
我应该如何实施这个?
Let's say you
- select "some text" an browser.
- Click a bookmarklet
- the selected text turns into simple link with the url of the current page.
How should I implement this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Firefox 3.6、Chome 6 和 Opera 10.6 中测试的示例代码完全符合您在问题中所描述的内容。
如果您需要它与 IE 兼容,请阅读这篇文章:
http://www.daniweb.com/forums/thread85642.html
Sample code tested in Firefox 3.6, Chome 6 and Opera 10.6 which does exactly what you described in your question.
If you need it to be compatible with IE read this post:
http://www.daniweb.com/forums/thread85642.html
以下内容与 @wojtiku 的答案非常相似,但添加了 IE 支持以及一些额外的检查和改进:
The following is very similar to @wojtiku's answer but adds IE support and a few extra checks and improvements: