<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: AJAX dataTypes in jQuery. Format and access.</title>
	<atom:link href="/2009/11/03/ajax-datatypes-in-jquery-format-and-access/feed/" rel="self" type="application/rss+xml" />
	<link>/2009/11/03/ajax-datatypes-in-jquery-format-and-access/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: durgesh</title>
		<link>/2009/11/03/ajax-datatypes-in-jquery-format-and-access/comment-page-1/#comment-487759</link>
		<dc:creator><![CDATA[durgesh]]></dc:creator>
		<pubDate>Fri, 27 Apr 2018 11:41:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=788#comment-487759</guid>
		<description><![CDATA[how many datatype  use in one ajax ?]]></description>
		<content:encoded><![CDATA[<p>how many datatype  use in one ajax ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJE</title>
		<link>/2009/11/03/ajax-datatypes-in-jquery-format-and-access/comment-page-1/#comment-166478</link>
		<dc:creator><![CDATA[BJE]]></dc:creator>
		<pubDate>Sat, 08 Nov 2014 18:20:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=788#comment-166478</guid>
		<description><![CDATA[Hi 

I find this example confusing 

Call a script

In the case of calling scripts let’s assume there is a script with the simple variable defined as integer:

external.js

var a = 10;
Than in jQuery you call it with:

$.ajax({
  dataType : &#039;script&#039;,
  url : &#039;http://example.com&/#039;,
  success : function() {
    console.log(a);
  }
});

Please explain CLARLY how this is working  

You have a script called external.js.  

You then call  &#039;http://example.com&/#039;, 

I presume the  the external.js script when this loads  . Is this correct ? 

When explaining this always tell the full story  

Start by saying what you want to do . 

Then show the code  how to do it - all of the code -

Then show the result of running the code including the output .

 If you are calling http://example.com/ . Show the code for this as well . We need to see the what is running in this page - i am assuming you are

Remember you are trying to communicate how it works  - so we need to be able to piece it together step by step -please don&#039;t leave gaps 

Finally  - learn to KEEP IT SIMPLE. Avoid complexity , gaps ,jargon or assumptions .]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I find this example confusing </p>
<p>Call a script</p>
<p>In the case of calling scripts let’s assume there is a script with the simple variable defined as integer:</p>
<p>external.js</p>
<p>var a = 10;<br />
Than in jQuery you call it with:</p>
<p>$.ajax({<br />
  dataType : &#8216;script&#8217;,<br />
  url : &#8216;http://example.com&/#8217;,<br />
  success : function() {<br />
    console.log(a);<br />
  }<br />
});</p>
<p>Please explain CLARLY how this is working  </p>
<p>You have a script called external.js.  </p>
<p>You then call  &#8216;http://example.com&/#8217;, </p>
<p>I presume the  the external.js script when this loads  . Is this correct ? </p>
<p>When explaining this always tell the full story  </p>
<p>Start by saying what you want to do . </p>
<p>Then show the code  how to do it &#8211; all of the code &#8211;</p>
<p>Then show the result of running the code including the output .</p>
<p> If you are calling <a href="http://example.com/" rel="nofollow">http://example.com/</a> . Show the code for this as well . We need to see the what is running in this page &#8211; i am assuming you are</p>
<p>Remember you are trying to communicate how it works  &#8211; so we need to be able to piece it together step by step -please don&#8217;t leave gaps </p>
<p>Finally  &#8211; learn to KEEP IT SIMPLE. Avoid complexity , gaps ,jargon or assumptions .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shree</title>
		<link>/2009/11/03/ajax-datatypes-in-jquery-format-and-access/comment-page-1/#comment-17471</link>
		<dc:creator><![CDATA[shree]]></dc:creator>
		<pubDate>Thu, 29 Nov 2012 06:28:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=788#comment-17471</guid>
		<description><![CDATA[Can u pls post how to access a xml data type...]]></description>
		<content:encoded><![CDATA[<p>Can u pls post how to access a xml data type&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
