#10840: URL fetching for AJAX libraries
---------------------------------------------+------------------------------
Reporter: mathijs | Owner: nobody
Status: new | Milestone: 1.2
Component: Generic views | Version: SVN
Resolution: | Keywords: ajax url generic
fetch
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Changes (by qingfeng):
* cc: [email protected] (added)
Comment:
Look here :)
Django Ajax Tag, ROR link_to_remote clone.
{{{
{% ajax %}
link_to_remote
url => /demo/ajax1/
update => #ajax1
success => $("#ajax1").css("color","red")
{% endajax %}
}}}
http://github.com/qingfeng/django-ajax-tag/tree/master
http://github.com/qingfeng/django-ajax-
tag/blob/bc8bc075fecc1799bea99ec18bc03c0fef282010/demo/templates/demo.html
--
Ticket URL: <http://code.djangoproject.com/ticket/10840#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---