Монгол банкны ханш татагч

Tweet

JSON format for jQuery

jQuery.ajax({
		url : 'http://monxansh.appspot.com/xansh.json?currency=USD|EUR', 
		data_type: 'json',
		success : function(data) {
			jQuery.each(data, function(row) {
				// Format 
				// row.code 	- Код USD, EUR...
				// row.name 	- Нэр
				// row.rate 	- Ханш
				// row.last_date- Мэдээний огноо
				alert(row.code)
			});
		}
	});

IFrame

<iframe
style="width:180px;font-size:11px;height:210px;border: none;overflow:hidden;margin:0;" 
src="http://monxansh.appspot.com/xansh.html?currency=USD|EUR|JPY|GBP|RUB|CNY|KRW"></iframe>
	

Олон хэл

<iframe
	style="width:180px;font-size:11px;height:210px;border: none;overflow:hidden;margin:0;" 
	src="http://monxansh.appspot.com/xansh.html?currency=USD|EUR|JPY|GBP|RUB|CNY|KRW&currency_title=Currency&currency_rate_title=Rate&source=Source"></iframe>