문제

Does anybody know some translation dictionary libraries in JavaScript behaving like Kindle?

A main use case is that just putting the cursor on a word makes a popup meaning of the word in browser.

도움이 되었습니까?

해결책

Yes, there are a couple of browser plugins which do that:

There are probably similar services for other browsers.

If you want to do it with JavaScript in your web page, look into the source code of the plugins. But note that allowing users to use plugins for this gives them freedom of choice: They can bring their own (preferred) tool(s).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top