Ok, right off I have to tell you this article is a biased perspective on the difference between MooTools and jQuery. The bias is not mine, but that of the author. Aaron Newton (of Clientcide fame?) and a core committer to the MooTools Javascript Framework penned jQuery vs MooTools. Apparently it was a blog post of such gravity that Aaron decided it needed it’s own domain name. Sweet! You might wonder why Aaron wants to spend so much energy comparing MooTools to jQuery, a competing Javascript Framework. I think the answer is simple. jQuery is kicking the proverbial dog dodo out of other Javascript Frameworks in terms of user base and general popularity.
Continue reading >>
qTip is an excellent jQuery plugin created by Craig Thompson. It is built on top of the jQuery Javascript library and allows web developers to build flexible, well formatted and easy to use tool tips. I decided to use qTip for my latest web app and was able to get up and running pretty quickly. I did run into one issue that I thought was worth pointing out to help you avoid the same sticking point that I encountered with my approach.
Continue reading >>
I was looking for a useful confirmation dialog using jQuery and I found this link. With help from the post author and from the comments I was able to create my own very slightly modified approach that works pretty well and allows for inline generation of the confirmation message in your HTML. Here is what I did.
Continue reading >>