-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I think jQuery supports this sort of thing, (as I'm sure other Javascript libs do). Then again, learning Javascript + jQuery together seems at least as hard as learning Python + Django.
On 01/27/2012 11:31 AM, BillB1951 wrote: > Thanks for the additional thought on this. It is a much > appreciated confirmation to me. Last night I was torturing my > brain over the logistics of what I had conceived, and by this > morning I had pretty much concluded that I would have to go the > route you are suggesting. Now I just have to find an existing > solution ... or learn Javascript. --Bill > > On Jan 27, 11:19 am, Dennis Lee Bieber <[email protected]> > wrote: >> On Thu, 26 Jan 2012 14:01:50 -0800 (PST), BillB1951 >> <[email protected]> wrote: >> >>> Brett, Thanks. That is what I needed. BillB1951 >> >> Just an aside: seems like a convoluted plan to keep >> round-tripping to the server/database each time you refine the >> filter. >> >> I'm presuming the initial data set being sent is the "full" list. >> If so, might it not be useful to somehow (Caveat: I'm /not/ >> skilled at this, only toyed with Javascript too many years ago) >> embed a Javascript action to count the categories, render the >> filter selections and, when one is picked, have the Javascript >> modify the page in-place to display only the filtered data? >> >> Granted, adding another language on top of Python, Django, and >> the template language, may be more than desirable. -- Wulfraed >> Dennis Lee Bieber AF6VN [email protected] >> HTTP://wlfraed.home.netcom.com/ > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJPI8VQAAoJEH+72ZVdir1G7P4P/2RjG5MI1NivppUL2gZevkRI YblHMSwf/RMWX4YjxCbhJNnzAsprNDIwcqKCwfCQo2RCElgz4/r+FTgbA+NN/R81 D6NZAbKqOHWl3jvNKTpytCbMthxRMsE8Frj5gyr1iD4xxEFrYePByOd3Qwml1dCb 3b5aSVQ+4BX84b+vLy8juo/bZb8fQM4oqlu4lUhjqJRGNNSPruXQ9/iom0ugIkyO QnrAwFnsoJW1+3yGSI7X/p8InWTCznGyFQulOq9cYzmaakXnSjWdLEbg3LCwXqoU uKJmofVYGVcu5gMXfLhIulJPpCkPgTL+f+Zp91ii49sSgiv2PheqC8aAKv3vhSea TPF3RzQfkhaUuAA/E/nlagvbOIBfbeSTTy4SG/X5oRS4lD3Lp57BX6g7uiOEeVMV tgjTRgMq2GrtVxxhL3NSbYhChSWHooNfFN94i8CjZmp3KyjxbVDZuFaeo2PAYlo6 knrkjYWP49mcnM98MetBFe1YupAjJ8lsfMPChfa6Ot/ixGbB+DFk7gnRsnz4D8FU w7ZBorUiGOclwtwlVpKVOtfT7kb48kzQHf4fidqL3RHZJNusShT94X4fs5VcLOoO dpDJLwxluBMPpGb7xBMfkhDvdClVDZNnhKYQr0XndydYEDa01ne+4iwHZtsPieaH R7EFAOahr78c0f8Usj7Y =JYjK -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

