Tagged Questions

0
votes
2answers
42 views

Jquery Tablesorter, sorting by link url rather than link content

I am using Tablesorter on a table which uses links in the first column (of 4). The problem is that in FF and Chrome it orders the first column when clicked by url not the content o …
2
votes
2answers
16 views

Jquery Tablesorter custom date

Hi, I'm trying to setup a custom date parser but can't get my head around it. Basically my dates are in the format mm/yyyy. Can anyone point me in the right direction? Thanks
1
vote
3answers
43 views

Link structure for sorting an HTML table built using PHP

I appreciate any help I can get with this problem: I have 2 search forms, one does a keyword search and the other does a search by country, state and city (with an input for each …
0
votes
0answers
11 views

Is it possible to overide the sort function in the jQuery tablesorter?

I'm currently using tablesorter to sort a set of graphs. I achieve this by using a hidden text to embed the "number" the graph contents represent. The textExtraction routine then …
2
votes
2answers
23 views

Is there a practical max number of rows for jQuery tablesorter?

I'm using the jQuery tablesorter plugin in a very simple way, to add sortability to the first four columns of a five column table. The maximum width of any of the columns is 255 ch …
0
votes
2answers
18 views

Jquery TableSorter 2.0 - Revert Sort order

All, I am using the JQuery TableSorter Plugin. The table sorts fine for the selected columns. Consider that when the page loads, there is no sorting taking place. Now, if the tabl …
0
votes
1answer
59 views

date Sorting Problem with Jquery Tablesorter

I am trying to sort a table which has column like 2009-12-17 23:59:59.0. I am using below to apply sort $(document).ready(function() { $("#dataTable").tablesorter(); …
0
votes
4answers
47 views

Selecting rows in Tablesorter

Hi all, I user Tablesorter a jQuery plugin (I am sure other know about it) in my project. I need to add a feature where in when users click on a row, it gets selected . I tried th …
0
votes
2answers
27 views

JQuery tablesorter conflicts with checkall toggle

I am trying to create a table that is sortable using JQuery tablesorter and also with a select all/none checkbox toggle for the individual row checkboxes. Tablesorter is disabling …
0
votes
4answers
32 views

Tablesorter example not working

This should work: <head> <title>Damn</title> <script src="jquery-latest.js" type="text/javascript"/> <script src="jquery.tablesorter.min.js" type="te …
0
votes
2answers
447 views

JQuery/Javascript: Client side modification of asp.net datagrid output to allow tablesorter to work.

The output of the asp.net datagrid doesn't include the thead and tbody elements required for the jquery tablesorter to work. E.g. it looks like this: <table> <tr>t …
1
vote
1answer
120 views

How to get jQuery Tablesorter to sort descending by default?

I can't figure this out. This question was also asked here http://www.nabble.com/TableSorter-plugin---default-column-sort-DESC-instead--How--to25180761s27240.html#a25180761 with n …
0
votes
1answer
30 views

jquery.tablesorter.js > sorting mixed-type columns

Hi All, I have a table that has a column for Days Remaining. The values in this column are either a number, or 'TBD' (to be determined). The tablesorter plugin doesn't properly …
2
votes
6answers
2k views

jquery tablesorter + ajax div content update problem

I'm having trouble with my tablesorter and ajax div content update. Once the ajax is reloaded all the tablesorter functionalities are lost. I've tried livequery but it doesn't seem …
0
votes
2answers
114 views

Why doesn’t jQuery Tablesorter Plugin work on this Wordpress page?

I have a working example of the Wordpress/jQuery plugin on this test page: http://beerlyrics.com/jimmy-jones/ I hardcoded it into the header on this page and both the pagination a …

1 2 3 4 next
15 30 50 per page