Funny that is does not know what Javascript means ;) For the rest, cool plugin and i cannot agree more with the tips by grk and imjared.
Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
11–17 of 17 posts
Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#12Earlier quoted context omitted.
I agree, they should at least enable this plugin on word definition pages. If I want to check out another word I found in the definition I need to switch to a different interface and lose context (I also hate having to do that with my Kindle).
You don't need to switch interfaces to look up words on the Kindle. On my Kindle Keyboard, I can take the caret to just before a word for a quick definition popover. Press return from there to go to the detailed entry on the bundled Oxford Dictionary of English.
Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#13very cool plugin. I'd like the definition to show up in a tooltip or something by default though. opening up a new window is a bit annoying.
Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#14>$.fn[appName] = function(options) {...}
I haven't read many jQuery plugins, is setting off the function name in a variable a common thing to do?
Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#15Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#16>var appName = "wordsmith"; >$.fn[appName] = function(options) {...} I haven't read many jQuery plugins, is setting off the function name in a variable a common thing to do?
Search in the code for that identifier and you might learn why he created it.
Re: Show HN: Wordsmith - jquery plugin that adds on-demand word definitions
#17Hey everyone, this is one of the makers - great feedback so far just wanted to say thank you.