jquery - what is the traditional way of sorting search results? -
i stuck in issue since yesterday.
i have page writing in django/python. , have search function in project. 1 searches , comes result page. here issue:
which possibilities there implement sort tool? know are:
- with jquery's
load()
function, load part of page results are - i heard of dajaxice similiar job
this know. fighting load
, having difficulties. there other technologies in django make sort results
?
you can sort in django using instructions found here: good ways sort queryset? - django.
instead of using jquery, i'd recommend use underscore.js sort array.
it depends on you'd sort array , framework you're more comfortable with, although lean towards django solution allows avoid import.
Comments
Post a Comment