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:

  1. with jquery's load() function, load part of page results are
  2. 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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -