"paolodude" <[EMAIL PROTECTED]> writes: > So does anyone have a walk-thru guide for an ajax mini-app with > mochikit?
I have 5 small AJAX calls working for LDP-BR's VP: http://vp.godoy.homeip.net/ (the colored boxes on the right). It's pt_BR, though, but you'll be able to see the code: http://public-trac.godoy.homeip.net/trac/vp_ldp_br/browser/trunk/vp/static/javascript/common.js (Fazer atualização == make update -> update the elements) The Python code that is called is available at http://public-trac.godoy.homeip.net/trac/vp_ldp_br/browser/trunk/vp/controllers.py > Me, I have my xml or json file generated by php, and want to now call > it inline with javascript to refresh & update content, periodically. Just take a look at the JavaScript above... It replaces some placeholders with dynamic contents from the database. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit -~----------~----~----~----~------~----~------~--~---
