[jQuery] Re: How to make td clickable for table sorting

2009-05-01 Thread Anil
Thanks Carl, Yes the script is incomplete since I just started working with JQuery. Moreover I guess I was not clear with my question. Anyways my simple doubt was about the CSS .clickable { cursor:pointer; } I guess adding the above class will solve my problem. But thanks for the links and you

[jQuery] Re: How to make td clickable for table sorting

2009-05-01 Thread Karl Swedberg
Hi Anil, You're not seeing the entire script there, and it seems you're looking at the old book. The "clickable" class is added to the header cell to give some visual indication that it is clickable, and it's style in the CSS. You can find the complete script from the newer book here: ht

[jQuery] Re: How to make td clickable for table sorting

2009-04-30 Thread Anil
This is same code as in book. http://www.packtpub.com/article/jquery-table-manipulation-part1 On Apr 30, 10:35 pm, Anil wrote: > I want to make the table header clickable and used the sample code > from Textbook Learning JQuery > I am not sure where is the class 'clickable'present. > > Does any