views:

65

answers:

2

Hi Friends,

I am working with Social Engine which is based on Zend Framework and Smarty Templates.

I need to make custom functionality for profile page, where I need Ajax based Dynamic Country / State / City selections like

Dropdown for Country -> on selection of some country, State will display belonging to selected country and State selection -> related Cities will display. I have separate tables for my country/state and city.

Anybody can help us or can provide some reference / examples for the same?

I don't know, how to make Ajax calls and render my views with this !

Regards !

A: 

searching with google: http://www.satya-weblog.com/2009/08/jquery-ajax-example-of-select-values.html

Dalen
You need to learn how jquery handles AJAX: http://api.jquery.com/jQuery.ajax/
Dalen
A: 
seed_of_tree