t.com [mailto:ozdotnet-boun...@ozdotnet.com] On
Behalf Of Greg Keogh
Sent: Thursday, 11 July 2013 2:51 PM
To: ozDotNet
Subject: Re: Server-side data to JavaScript
Guys, even MORE frameworks! After following the links I decided to inject the
JavaScript values into the page on PreRender. I just can
Guys, even MORE frameworks! After following the links I decided to inject
the JavaScript values into the page on PreRender. I just can't handle
learning anymore frameworks. I'm currently inside Kentico (to make things
much worse) and I'm still trying figure out which of the ~320 jQuery
properties a
Hey Greg,
In my current app we would call an MVC controller and return a jsonresult.
Call it using ajax.
Webapi or render into the page on its initial load as you suggested would
also be good and removes the extra call.
On Jul 11, 2013 8:57 AM, "Greg Keogh" wrote:
> Folks, on Tuesday I managed t
* Thursday, 11 July 2013 1:31 p.m.
> *To:* ozDotNet
> *Subject:* Re: Server-side data to JavaScript
>
> ** **
>
> Hi Greg,
>
> ** **
>
> WebAPI and Handlebars.
>
> ** **
>
> Cheers,
>
> Shane
>
> ** **
&g
ozdotnet-boun...@ozdotnet.com [mailto:
> ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Shane Nall
> *Sent:* Thursday, 11 July 2013 1:31 p.m.
> *To:* ozDotNet
> *Subject:* Re: Server-side data to JavaScript
>
> ** **
>
> Hi Greg,
>
> ** **
jQuery, WebAPI and KnockoutJS
From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On
Behalf Of Shane Nall
Sent: Thursday, 11 July 2013 1:31 p.m.
To: ozDotNet
Subject: Re: Server-side data to JavaScript
Hi Greg,
WebAPI and Handlebars.
Cheers,
Shane
On 11/07/2013
Hi Greg,
WebAPI and Handlebars.
Cheers,
Shane
On 11/07/2013, at 10:57 AM, Greg Keogh wrote:
> Folks, on Tuesday I managed to use jQuery 1.10 in a static html page to
> simulate an interactive product picker. As you fiddled controls the price
> would adjust accordingly. My price calcul