Added onSuccess and onError callbacks for the $.xml() function.
[jquery.git] / sort / sort.js
index 1b08a5b..05a00d1 100644 (file)
@@ -1,4 +1,5 @@
 // Work in Progress Sort Functions
+//
 
 $.fn.sort = function(f) {
        cur = cur.sort(function(a,b){