0

Budapest Table Sorting Plugin

Posted by Dan on June 18, 2011 in Tutorials

Budapest is a jQuery plugin that allows for simple table sorting. It allows the developer to have full control over the sorting. Basic usage: $("table").budapest(); Advanced usage: $("table").budapest({ headers: { 0: { sortable: true}, 1: { sortable: true}, 2: { sortable: true} }, sortIndex: 2, sortDirection: "asc", onSort: function(index, val1, val2, direction){ //provide your own [...]

Tags: , ,

 
0

No AJAX request in IE7

Posted by Dan on September 13, 2010 in Development

I was recently trying to solve an issue regarding jquery and a ASP.NET Webforms application.  I would sometimes get an AJAX call to execute and other times it would not fire.  I was beating my brain into a bloody mush, when I discovered that it was skipping the AJAX request only in IE7 browsers.  IIIIIEEEEEEEEEEEEEEEEEEEEEE! [...]

Tags: ,

 
0

The numbers don’t lie

Posted by Dan on May 20, 2010 in Development

Yesterday I talked about my hatred of postbacks and third party controls. Looking back on it, I didn’t include any numbers to back me up. Well, here are some numbers. In this scenario, I have a page that contains two dropdown controls. One is populated with the numbers one through 10. The second one is [...]

Tags: , ,

Copyright © 2010-2012 Dan Appleyard All rights reserved.
Desk Mess Mirrored version 1.9 theme from BuyNowShop.com.

Load Times Plugin made by Cheap Web Hosting