On Monday 04 December 2006 12:54, Andreas Wahlin wrote:
> Hey, whaddayaknow, works like a charm it seems, though I can't figure
> out why. I still come up with nothing when I search the source for
> resort, nonetheless a simple $(table).trigger('resort') seems to work.

Well... that did not do the trick for me, however the solution for me was 
relatively easy:

I had an "$(itemId).remove ()" call that removed the item from the DOM, but 
not from the jQuery object, hence the next resort showed the deleted item 
again.

an "$(itemId).empty ()" call afterwards fixed this problem!

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to