[jQuery] Re: Sort columns with URL in Tablesort

2009-10-29 Thread ChaosAD
enter) in the HTML > between the opening and the closing then it would sort properly. > Just my experience. > > On Oct 27, 11:58 am, ChaosAD wrote: > > > > > Not entirely sure what you mean by removed all the white space. Could > > you please elaborate. > >

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-27 Thread ChaosAD
> > > don't worry about posting your parser code, as obviously it has > issues  and if you want to keep the HTML intact without Google > Groups messing with it, post the HTML on a site likehttp://jsbin.com > or the like > > On Oct 27, 11:58 am, ChaosAD wrote: >

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-27 Thread ChaosAD
rt by the text and not the URL. I don't know if that > will help you with tags as well, but it solved the problem for > links for me. > > On Oct 27, 7:53 am, ChaosAD wrote: > > > > > Here is example of table presently working on. I using the code below, > &

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-27 Thread ChaosAD
ction(node) { // extract data from markup and return it return node.childNodes[0].childNodes[0].innerHTML; } }); }); Error: node.childNodes[0].childNodes[0] is undefined Example row: 5434blah On Oct 26, 6:55 pm, ChaosAD wrote: > Thanks, I will tomorrow when back at wo

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-26 Thread ChaosAD
ier to help as your first post mentioned tags and you > implied it was nothing but those, now you have or no tag at all, > quite a bit more complicated now > > On Oct 26, 4:45 pm, ChaosAD wrote: > > > > > Thanks for the reply. My problem is rising from the fact

[jQuery] Re: Sort columns with URL in Tablesort

2009-10-26 Thread ChaosAD
very nice to jquery and especially tablesort. On Oct 26, 4:36 pm, MorningZ wrote: > You'll need to write a custom Parser so that you get what's inside the > tag and not the string itself... > > It's very easy to do if you just follow his example on the site > > O

[jQuery] Sort columns with URL in Tablesort

2009-10-26 Thread ChaosAD
I'm fairly new to Tablesort, but got it working for the most part. The only problem I have is any columns that have a in them. It seems to sort it based on the url and not that actual data in the cell. How do I get it to sort based on the data and not the url?