Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C# , jQuery , Android , iOS , Windows Phone
   
 

Registered : 92,434

 
 
HOME > jQuery > jQuery Ajax > jQuery.getJSON() - Ajax , jQuery

jQuery.getJSON() - Ajax , jQuery

 
 


Bookmark.   
Share
       
jQuery.getJSON() เป็นการใช้ jQuery Ajax กับ jQuery.getJSON() เป็นรุปแบบการรับ-ส่งข้อมูลในรุปแบบของ JSON ไฟล์

Syntax
jQuery.getJSON( url, [data,] [success(data, textStatus, jqXHR)] )


Example ตัวอย่างการใช้งาน jQuery กับ jQuery.getJSON()

jQuerygetJSON.html


<html>
<head>
<title>ThaiCreate.Com jQuery Tutorials</title>
<script type="text/javascript" src="jquery-1.6.4.js"></script>
<script type="text/javascript">
$(document).ready(function(){

			$("#btn1").click(function(){
					
				   $.getJSON("json.js",function(result){
					  $.each(result, function(i, field){
						$("#div1").append(field + "<br / >");
					  });
					});

			});

	});

</script>
</head>
<body>
	<div id="div1"></div>
	<input type="button" id="btn1" value="Load">
</body>
</html>


json.js


{
  "one": "Singular sensation",
  "two": "Beady little eyes",
  "three": "Little birds pitch by my doorstep"
}


Screenshot

jQuery.getJSON()

คำอธิบาย (ภาษาไทย)
จากตัวอย่างเป็นการใช้ jQuery Ajax กับ jQuery.getJSON()



ลิ้งค์ที่ควรศึกษา
Go to : jQuery Selectors : jQuery Selectors and Element
Go to : jQuery Ajax : jQuery and Ajax
Go to : Ajax Tutorial : สอน Ajax เขียน Ajax เรียน Ajax สุดยอดการใช้งาน Ajax อย่างง่าย


เกี่ยวกับบทความ
ส่วนหนึ่งของบทความได้เรียบเรียงและแปลจากเว็บไซต์ jQuery.Com โค้ดตัวอย่างคำสั่งนี้อยู่ภายใต้สัญญาอนุญาตของ GFDL สามารถนำโค้ดและคำสั่งใช้งานได้ฟรี สงวนลิขสิทธิ์เฉพาะคำอธิบายภาษาไทย


   
Share




ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

ลองใช้ค้นหาข้อมูล


   
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2011-09-22 21:50:31 / 2011-10-01 23:27:19
  View : 3,990
  Download : No files
Sponsored Links
 
 
Thanks sponsor.
Download Google Chorme
 
Ads Contact : 08-1987-6107 , 08-4715-5121
 Sponsored Links / Related


 
jQuery.ajax() - Ajax , jQuery
Rating : View : 7,706
.ajaxComplete() - Ajax , jQuery
Rating : View : 3,367
.ajaxError() - Ajax , jQuery
Rating : View : 2,361
jQuery.ajaxPrefilter() - Ajax , jQuery
Rating : View : 2,382
.ajaxSend() - Ajax , jQuery
Rating : View : 2,853
jQuery.ajaxSetup() - Ajax , jQuery
Rating : View : 2,223
.ajaxStart() - Ajax , jQuery
Rating : View : 2,553
.ajaxStop() - Ajax , jQuery
Rating : View : 2,063
.ajaxSuccess() - Ajax , jQuery
Rating : View : 2,570
jQuery.get() - Ajax , jQuery
Rating : View : 3,760
jQuery.getScript() - Ajax , jQuery
Rating : View : 2,373
.load() - Ajax , jQuery
Rating : View : 4,997
jQuery.param() - Ajax , jQuery
Rating : View : 2,387
jQuery.post() - Ajax , jQuery
Rating : View : 6,423
.serialize() - Ajax , jQuery
Rating : View : 3,048
.serializeArray() - Ajax , jQuery
Rating : View : 2,566




Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

© www.ThaiCreate.Com. 2003-2013 All Rights Reserved. Link : ติดแก๊ส , ติดแก๊สรถยนต์
เพื่อนบ้าน : Chevrolet , Toyota , Honda , Nissan

for Contact Us : [Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 , 084-715-5121 อัตราราคา คลิกที่นี่

Back to Top