Is there any jquery or AJAX plugin which will help in sorting?
I mean that I will be having a div with all alpha-numeric buttons on top, the div will be empty on page load, when someone clicks on any number pr alphabet letters, then it will display all the names starting with that letter or number. The names will be called from database.
If I clicked on A, then it will display me all the names starting with letter A.
Is there any plugin? or example related to the above thing?
You can call ajax every time user clicks letter. Example
— js
— html
-php (newContent.php)