<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx</link><description>Recently I’ve been spending some of my time playing with JQuery . 
 And because Data Services can expose data in JSON format, I thought I’d use JQuery to grab some data from a Data Service. 
 Turns out it is pretty simple. 
 This example isn’t going</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#10106878</link><pubDate>Sun, 19 Dec 2010 00:22:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10106878</guid><dc:creator>issou</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand the way using batching request. It&amp;#39;s a big issue with Odata.Why Odata is not able to update a list at once and send a batch request as well ? Its so complicated with many notion such as Changeset , headers specification , bounders ...Difficult for nothing . Its a pitty&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10106878" width="1" height="1"&gt;</description></item><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#10066884</link><pubDate>Thu, 23 Sep 2010 17:29:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10066884</guid><dc:creator>Alex D James</dc:creator><description>&lt;p&gt;@anonymous&lt;/p&gt;
&lt;p&gt;wow im really impressed an anonymous comment.... :)&lt;/p&gt;
&lt;p&gt;Sorry I haven&amp;#39;t got around to doing PUT, DELETE, MERGE, tips up yet, in the meantime check out Stephen Walther&amp;#39;s post: &lt;a rel="nofollow" target="_new" href="http://stephenwalther.com/blog/archive/2010/03/26/using-jquery-to-insert-a-new-database-record.aspx"&gt;stephenwalther.com/.../using-jquery-to-insert-a-new-database-record.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10066884" width="1" height="1"&gt;</description></item><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#10066710</link><pubDate>Thu, 23 Sep 2010 13:30:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10066710</guid><dc:creator>anonymous</dc:creator><description>&lt;p&gt;wow im really impressed, a GET example... What about PUT, DELETE, MERGE ???? That are the real interesting things &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10066710" width="1" height="1"&gt;</description></item><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#10043794</link><pubDate>Thu, 29 Jul 2010 12:57:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10043794</guid><dc:creator>Walter Franssen</dc:creator><description>&lt;p&gt;Do you have a CRUD example voor jQuery?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10043794" width="1" height="1"&gt;</description></item><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#10009105</link><pubDate>Fri, 07 May 2010 13:32:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10009105</guid><dc:creator>Moshe Plotkin</dc:creator><description>&lt;p&gt;How would I authenticate to Sql Azure&amp;#39;s implementation of oData through jquery?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10009105" width="1" height="1"&gt;</description></item><item><title>re: Tip 50 – How to query a Data Service using JQuery</title><link>http://blogs.msdn.com/b/alexj/archive/2010/01/18/tip-50-how-to-query-a-data-service-using-jquery.aspx#9995828</link><pubDate>Wed, 14 Apr 2010 13:34:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9995828</guid><dc:creator>David P. Hochman</dc:creator><description>&lt;P&gt;This is quite helpful, and more lightweight examples &amp;nbsp;with JSON would be even more useful. &amp;nbsp;I'm 9x more likely to write HTML with jQuery than to develop a server-bound client interface, just because it's easier for clients to deploy.&lt;/P&gt;
&lt;P&gt;Your JavaScript code is fine. &amp;nbsp;The only thing I would change is to either declare variables aShowProducts &amp;amp; aShowCategories inside the ready() function or not at all (use $('#...') directly), because they're not used elsewhere.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9995828" width="1" height="1"&gt;</description></item></channel></rss>