jQuery.get('CALLBACK_URL', function(data){
alert(data);
});

source: http://api.jquery.com/jQuery.get/

On Wed, Sep 5, 2012 at 8:15 AM, weheh <richard_gor...@verizon.net> wrote:

>
> I tried an ajax call to a controller callback, that in turn returns
> "$('#myjsvar').val('%d');" % session.myvar, based loosely on a thread I
> read here, but that didn't come close to working, either.
>

You can try:

$('#myjsvar

-- 



Reply via email to