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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).