On Tue, Jul 26, 2011 at 2:53 PM, samuele.mattiuzzo <samum...@gmail.com> wrote:
> Sorry for the title, but i'm trying as hard as i can to learn (d)ajax
> and i have few problems.
>
> I'm trying to deploy something like this:
> http://case.trovit.it/index.php/cod.search_homes/type.1/what_d.New
> York/
>
> on the left side, there's a bunch of link (facets). i need to have
> something similar with checkboxes (whose labels are also links, for
> search engines crawling). i want django to post data on user click (or
> checkbox select) and refresh the results without reloading the page
> (so that's why ajax)
>
> can anybody help me getting started? i have most of the ajax basis
> covered, i'm developing django since 2 years (more or less)... i'm
> saying this so maybe we can avoid answers like "this is a beginner
> tutorial for html..." i need pretty advanced guides and advices or
> examples...
>
> Yeah! Thanks everybody for the answers!
>

1) Open your favourite text editor
2) Start typing

You seem to understand what you want to do, you say you've developed
in Django for two years, so what is stopping you? Get to it, show us
the problems/results.

Use whatever JS framework you feel comfortable with to handle events
(clicks etc) on the UI widgets, create AJAX requests to funnel the
information into Django, use Django to formulate HTML snippets which
you then insert into the page using your JS framework.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to