Skip to content

Instantly share code, notes, and snippets.

View theClarkSell's full-sized avatar

Clark Sell theClarkSell

View GitHub Profile
@theClarkSell
theClarkSell / dsShows.cshtml
Created July 28, 2011 11:48
Consuming an OData Service from jQuery
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Clark Sell" />
<title>Consuming an OData Service from jQuery</title>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.6.2.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script> <!-- http://api.jquery.com/category/plugins/templates/ -->