Posted by mdrisser on 2009/12/09 under JavaScript, Uncategorized, jQuery |
I was adding some jQuery to a sight I’m working on, code that would append the little “External Link” icon to a link, when I discovered a small problem. The code would, quite naturally, append the icon to links that were images themselves. After a few minutes of digging around and trying different filters, this [...]
Posted by mdrisser on 2009/09/16 under Design, JavaScript, jQuery |
I found an interesting short post by Doug Neiner over at Fuel Your Coding about a jQuery plugin to generate a Table of Contents, this could be very useful for a documentation system, long article, tutorial, etc. You can find the post here.
Posted by admin on 2009/02/07 under JavaScript, MooTools, Prototype, jQuery |
I’m a jQuery fan, I love the framework and for me its a joy to use. But I also love to learn new things, try other tools, in this instance other JavaScript Frameworks. In particular Prototype with Scriptaculous and MooTools. So I decided to compare the three. Not to try to determine which one is [...]
Posted by mdrisser on 2008/08/09 under Development, JavaScript, Misc., UI, Web Browsers, jQuery |
Now that we’ve looked at the core components of the jQuery UI, we’ll start taking a look at the other parts of the UI. In addition to the components the UI also contains some actions and effects.
Read more of this article »
Posted by mdrisser on 2008/07/10 under JavaScript, UI, jQuery |
Welcome back. In this installment of our jQuery UI Tutorials we’ll be taking a look at the jQuery UI Accordion, a close sibling of the jQuery UI Tabs widget we looked at last time, as well as some of the features shared by both.
Read more of this article »