Samsung Galaxy i7500 Price : Rs. 28,890 to Rs. 30,000
Your rating: None Average: 3 (22 votes)
5 MP
Up to 9 h 20 min (2G) / Up to 6 h 10 min (3G)
pt> function brandChange(id) { var brand_id=$(id).val(); jQuery.post("/mobiles/getcompareid",{brandid:brand_id}, function (data) { if(data!='ERROR') { var data1 = eval(data); jQuery('#edit-citydealer1')[0].options.length=0; jQuery.each(data1, function(i, item) { var opt = new Option(); opt.value = item.cityname; opt.text = item.cityname; jQuery('#edit-citydealer1')[0].options.add(opt); }); } }); }