FireQuery – Firebug extension for jQuery development The most interesting feature of this add-on, is displaying extra jQuery attributes attached to an HTML element, using the jQuery.data() method. That means NOT standard HTML tag attributes like: CSS Class name, Size, etc. Due to the JQuery API "the jQuery.data() method allows us to attach data of any type…
jQuery 1.4 Released! Yesterday we had a great celebration – a new version of my favorite javascript library - jQuery 1.4 – was released! Although the old version - 1.3.2 – works very well, the creators decided to improve some features. The biggest enhancement in the new version 1.4 is providing better performance…
Using jQuery to fit thumbnails The problem I've run onto a problem today: I had a bunch of thumbnail files that should be displayed in a gallery page in fixed-size boxes, but each image had different dimensions. It's easy to fit images to a box using css and width/height properties - you can apply one…
Using jQuery Grid in MVC applications for better user experience With MVC we have better control over the whole application, we can separate logic and presentation layer - the only problem is that it is not Rapid.