Plain Text Paste with JavaScript — Apr 10, 2013, 9:45 pm
This was driving me nuts! I wanted to use a DIV with contenteditable=true, which of course is rich text featured. That is certainly a good thing, but what if you don't want pasted tags to screw up the design in the editable box?
...
Replace title-tag with jQuery-tooltips — Nov 13, 2012, 11:05 pm
Those who want to make the standard title-tooltips more beautiful, can use the following script with the help of jQuery. It finds the position of a link on a page and expands a tooltip below it (centered). A timeout prevents an up and down jumping of...