Hi Doug, “Sorting Your MySQL Results Set In PHP Using jQuery” is perfect for what I need, thanks.The cursor changes to an “I” beam rather than a hand when hovering over a column heading – can this be altered to show a hand for the clickable heading?
You can use CSS and the hover pseudoclass:
#sortedtable thead th:hover {
cursor: pointer;
}
Related Posts
- Using jQuery To Show A Form Over A Reduced-Opacity Image (16.8)
- Sorting Your MySQL Results Set In PHP Using jQuery (And A More Traditional Approach) (9.7)
- The Simplest Ways To Do Image Rollover Effects: JavaScript And CSS-Only (7.4)
- binding a data from database to dropdownlist based on selected item of another dropdown list (7)
- Using AJAX To Data Bind A Child Drop Down List Based On The Selected Option Of A Parent Select Control (6)
The numbers inside parentheses are relevance scores. Scoring is based, in order of priority, on title, category, content and tags. The higher the score, the more likely that post relates to this post.

