hi
 "how to write code in jquery without plugins
i have table with data. table conatin Empid , ename and salary
| empid | ename | salary | 
| 3 | ad | 1200 | 
| 1 | cg | 4500 | 
| 2 | hj | 2500 | 
    if i click empid 
| empid | ename | salary | 
| 1 | cg | 4500 | 
| 2 | hj | 2500 | 
| 3 | ad | 1200 | 
 
if i click salary sort the salarydata