Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

jQuery issue with Dancer2

by stevieb (Canon)
on Sep 22, 2016 at 23:20 UTC ( [id://1172386]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    get '/get_aux/:aux' => sub {
            my $aux = params->{aux};
    ...
        $auxs->{$aux}{state} = $state;
        return $state;
    }
    
  2. or download this
        $(function(){
            var state = aux_state('aux1');
    ...
                return state;
            });
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1172386]
Approved by beech
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-18 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found