I'm trying to test textpopup
but (at least with jQuery 1.6.1 in Firefox), $.get
with a local file fetches an XML document, not the text, unless I explicitly use the dataType
parameter to set it to 'html'. Which I have now done. A small change, but it took me an hour to track it down.
Plus, a small bug fix that was bothering me: clicking outside the textbox hides it but that was failing if I clicked in another textbox trigger. That is now fixed; I had been too aggressive with stopPropagation
.