<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=Talk%3AAjax_Proxy</id>
		<title>Talk:Ajax Proxy - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://community.paperthin.com/adf-docs/index.php?action=history&amp;feed=atom&amp;title=Talk%3AAjax_Proxy"/>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Talk:Ajax_Proxy&amp;action=history"/>
		<updated>2026-06-11T11:45:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://community.paperthin.com/adf-docs/index.php?title=Talk:Ajax_Proxy&amp;diff=3371&amp;oldid=prev</id>
		<title>Rwest: Created page with 'Need to add documentation around the use of jsonp  example below:  &lt;source lang=&quot;java&quot;&gt; // get latest content $.ajax({    url:&quot;#ajaxProxy#&quot;,    data: ( { bean: &quot;communityTrends&quot;,…'</title>
		<link rel="alternate" type="text/html" href="https://community.paperthin.com/adf-docs/index.php?title=Talk:Ajax_Proxy&amp;diff=3371&amp;oldid=prev"/>
				<updated>2010-04-13T04:46:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Need to add documentation around the use of jsonp  example below:  &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; // get latest content $.ajax({    url:&amp;quot;#ajaxProxy#&amp;quot;,    data: ( { bean: &amp;quot;communityTrends&amp;quot;,…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Need to add documentation around the use of jsonp  example below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
// get latest content&lt;br /&gt;
$.ajax({&lt;br /&gt;
   url:&amp;quot;#ajaxProxy#&amp;quot;,&lt;br /&gt;
   data: ( { bean: &amp;quot;communityTrends&amp;quot;, method: latestMethod, renderCount: 5,&lt;br /&gt;
       returnFormat: &amp;quot;json&amp;quot;, jsonpCallback: &amp;quot;latestResults&amp;quot;} ),&lt;br /&gt;
   dataType: &amp;quot;jsonp&amp;quot;,&lt;br /&gt;
   type: &amp;quot;get&amp;quot;&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
function latestResults(results){&lt;br /&gt;
   for( i=0; i &amp;lt; results.length; i++ )&lt;br /&gt;
   {&lt;br /&gt;
      item = buildItem(results[i])&lt;br /&gt;
      $(&amp;quot;##&amp;quot; + panel + &amp;quot; .latest&amp;quot;).append(item);&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rwest</name></author>	</entry>

	</feed>