Re: [jQuery] JQuery tablesorter problem

2010-02-12 Thread ramesh dhage
On 2/4/10, Nagaraju man25...@gmail.com wrote:

 I am facing problem with jquery.tablesorter.js

 It's working fine if I have more than column in sorting/header list.

 But if I have one column in sorting/header showing following error.

 o is undefined
 o.order = o.count = s[1];  (jquery.tablesorter.js  at line 421)

 Please suggest me fix for this

 Regards
 Nagaraju P



[jQuery] JQuery tablesorter problem

2010-02-04 Thread Nagaraju
I am facing problem with jquery.tablesorter.js

It's working fine if I have more than column in sorting/header list.

But if I have one column in sorting/header showing following error.

o is undefined
o.order = o.count = s[1];  (jquery.tablesorter.js  at line 421)

Please suggest me fix for this

Regards
Nagaraju P


Re: [jQuery] JQuery tablesorter problem

2010-02-04 Thread aquaone
Please provide the code you're using to invoke tablesorter. It's likely a
syntax error.

On Thu, Feb 4, 2010 at 05:36, Nagaraju man25...@gmail.com wrote:

 I am facing problem with jquery.tablesorter.js

 It's working fine if I have more than column in sorting/header list.

 But if I have one column in sorting/header showing following error.

 o is undefined
 o.order = o.count = s[1];  (jquery.tablesorter.js  at line 421)

 Please suggest me fix for this

 Regards
 Nagaraju P



[jQuery] Jquery tablesorter problem

2009-01-11 Thread varun

Hi
I was trying to use jquery table sorter plugins:

when ever I use it like :
table  id=table1 cellspacing=1 class=tablesorter 
//row and column here
/table

and jquery:
$(#table1)
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $(#pager)})

It works fine..

how ever if i use :
table  id=table1 cellspacing=1 class=tablesorter
runat=server
//row and column here
/table

and jquery:
$(#+serverIdPrefix+table1)// serverIdPrefix nicely found what is
attached by server to id of table
.tablesorter({widthFixed: true, widgets: ['zebra']})
.tablesorterPager({container: $(#pager)})

it doesnt work when ever table is runat=server

can some one help?

Thanks
Varun