Search
1494 results 541-550
Forum
- 26th Jun 2012Sorting with Number not workinga == "-") ? 0 : a.replace(/,/, "."); var y = (b == "-") ? 0 : b.replace(/,/, "."); x
- 24th Jun 2012order date format dd / mm / yyyyitMinuteA + itSecondA) * 1; var y = (itYearB + itMonthB + itDateB + itHourB
- 14th Jun 2012tabletools osettings initialisationfollows, jQuery.fn.dataTableExt.oSort['string-case-asc'] = function (x, y) { return ((x < y) ? -1
- 29th May 2012Need help for creating a tennis ranking sortingsorry but I don't know what I have to change in this lines : var x = (a == "-") ? 0 : a.replace( /,/, "." ); var y = (b == "-") ? 0 : b.replace( /,/, "." ); regarding to the code I wrote before:(((((((((((((((((((
- 18th May 2012Hidden title sorting problemvar x = a.match(/title="(-?[0-9]+)/)[1]; var y = b.match(/title="(-?[0-9]+)/)[1]; x = parseFloat( x
- 16th May 2012Sorting Hyperlinked DATE mm/dd/yyyys ) { return ((x < y) ? -1 : ((x > y) ? 1
- 10th May 2012Server-side Processing Custom Sort Solution (like formatted-num sorting plug-in)e for day, and %Y for year. There are
- 5th May 2012Totals Row broken PaginationHi Alan, I used [code]oTable.fnGetData(aiDisplay[x],y)[/code], where x, y are integers, to work around this problem. But still want to know how I can't use aaData[x].field, since I have the aaData, at least for the current page.
- 4th May 2012Disable sorting for specific rows.a.replace( /[^\d-.]/g, "" ) : 0; var y = b.match(/\d/) ? b.replace( /[^\d-.]/g, "" ) : 0;
- 2nd May 2012Sorting non-ASCII characters and data-content HTML Tag sortingvar x = $(a).text(); var y = $(b).text(); return ((x <