You are currently browsing the archives for the JavaScript category


Freeow! 1.0.2 Update

I made a few small changes to Freeow! You can now use the prepend option to specify if the next message should be prepended or appended to the message container. The default is true to keep it consistent with the previous versions’ functionality. Freeow! Main Page Freeow! on GitHub

Proxy Links

I came across the need to have one link act as a trigger for another link recently. In other words, clicking the “proxy” link really just causes the target link’s click handler to fire. This isn’t something that will be useful often, but may come in handy in specific circumstances. In my case, I was [...]