[jQuery] Re: validate - submit with href - quickie

2009-06-29 Thread Amos Robinson
You're not wrapping your domready in a function. With your example $(document).ready( $("#submitregister").click( ... ); ); The .click call is being evaluated straight away and passed to document.ready. You want to wrap it in a function so document.ready will cal

[jQuery] tablesorter bug: th with colspan

2009-05-04 Thread Amos Robinson
3 4 ...etc... But if I try to sort by 'Four', it will sort by the third column instead. So, here is a simple, naiive bugfix that seems to work for me; I'd like to hear any feedback that anyone has. I haven't tried at all with colspans in the data. Thanks, Amos Robinson