[jQuery] tablesorter and MSIE7 help
Hi,
thank you for you help.
I updated to the latest version of tablesorter from svn
and then used the {useCache:false} parameter to the constructor.
It works in MSIE7 but now firefox 2.0.0.1 does not work. Thanks for all the help.
--- On Tue 02/06, Christian Bach < christian.bach@polyester.se > wrote:
From: Christian Bach [mailto: christian.bach@polyester.se]
To: dexterwong@iwon.com, discuss@jquery.com
Date: Tue, 6 Feb 2007 11:49:05 +0100
Subject: Re: [jQuery] tablesorter and MSIE7 help
Hi,First upgrade to the latest version which is available from the jQuery svn.Second set the parameter useCache to false.Here is a example:$("#my-table").tableSorter({useCache: false
});/christianOn 2/6/07, dexterwong@iwon.com <dexterwong@iwon.com
>