SDisk SDisk wrote:
> First, I think that it is cool, I used this plugin in my project and it is
> very simple, develop time ( in seconds) I like it :D.
>
> But only one thing, in header click you need return false if you don't want
> scroll up to the start of the page (normally click in a link with href="#"
> scroll up the browser, this is fixed using some like <a href="#"
> onclick="return false;">).
>
> I fixed table sorted returning false at the end of onClick event:
> jQuery(".sorter",oCell).click(function(e) {
> [....]
> return false;
> }
Thanks for the heads up, i just committed the fix to the svn.
Best regards
Christian
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/