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 < [EMAIL PROTECTED] > wrote:

From: Christian Bach [mailto: [EMAIL PROTECTED]

To: [EMAIL PROTECTED], [email protected]

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, [EMAIL PROTECTED] <[EMAIL PROTECTED]

> wrote:Hi,I usingjquery 1.1.1(Rev: 1153)jquery.tablesorter.js

 ($Date: 2006-08-21 14:43:23 +0000). I  think this is the latest.Question: If I 
modify a row's entry, then I click on theheader to resort the column, how can I 
get the plugin to

pick up my changes? It seems the plugin caches the results inMicrosoft Internet 
Explorer 7. It works fine in firefox. Thank you.I have attached a demo file. 
Here is my test scenario- click the status header

- then click on "click" link- click the status headerI get the 
followingSealskinz Waterproof Socks Online  0 0Orca polar Tec Fleece Hat  
Online  3 3

Large Packable Bag         Online  2 2Tempest Sailing Glove      Offline 1 
1BRONER 'CAPTAIN' HAT       Online  0 0Gill Arctic Sock           Offline  0 0I 
wanted all my status fields to be sorted. Thanks

----------------------------------------------------------<script 
type="text/javascript">$(document).ready(function() {  
$("#discounts").tableSorter();

});function toggleStatus() {  $('#9176').each(function() {    var children = 
$(this).children();    children[1].innerHTML = (children[1].innerHTML == 
"Offline") ? "Online" : "Offline";

  });}</script></head><body><a href="#" onclick="toggleStatus();">click</a>

<table id="discounts">  <thead>  <tr>    <th>Name</th>    <th>Status</th>    
<th>Group One</th>

    <th>Group Two</th>  </tr>  </thead>  <tbody>    <tr id="9175" 
selected="selected">      <td>BRONER 'CAPTAIN' HAT</td>

      <td>        Online      </td>      <td>0</td>      <td>0</td>    </tr>    
<tr id="9176" >

      <td>Tempest Sailing Glove</td>      <td>        Online      </td>      
<td>1</td>      <td>1</td>

    </tr>    <tr id="9177">      <td>Large Packable Bag</td>      <td>        
Online      </td>

      <td>2</td>      <td>2</td>    </tr>    <tr id="9178" >      <td>Orca 
polar Tec Fleece Hat</td>      <td>

        Online      </td>      <td>3</td>      <td>3</td>    </tr>    <tr 
id="9179">

      <td>Sealskinz Waterproof Socks</td>      <td>        Online      </td>    
  <td>0</td>      <td>0</td>    </tr>

    <tr id="9180">      <td>Gill Arctic Sock</td>      <td>        Offline      
</td>      <td>0</td>

      <td>0</td>    </tr>  
</tbody></table>______________________________________________________________________________________________

jQuery mailing [EMAIL PROTECTED]://jquery.com/discuss/



_______________________________________________



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to