[dancer-users] Dancer2::Plugin::Database side effects?

Mike Cu mike_cu80 at yahoo.com
Wed Sep 23 21:35:31 BST 2015


forget about it.found it,my badthanks
 


     On Wednesday, September 23, 2015 8:44 PM, Stefan Hornburg (Racke) <racke at linuxia.de> wrote:
   

 On 09/23/2015 06:08 PM, Mike Cu wrote:
> It's nothing special :
> $( "#City" ).selectmenu({
>                        select: function( event, ui ) {
>                        $.ajax({    url: '/cities',
>                        type: "POST",
>                        data: {'City':$("#City" ).val()}}).success(function(data){
>                        $("#display").html(data);});
>                    },
>                    
>                        
>                });
> 
> I don't know how related it can be,as I've just reverted to the old pre Plugin code and everything works fine.When I use the Plugin I get those side effects
> 

Sorry, I meant the (Dancer) code using the plugin - which is the part that obviously makes the difference.

Regards
        Racke

-- 
Perl and Dancer Development

Visit our Perl::Dancer conference 2015.
More information on https://www.perl.dance.

_______________________________________________
dancer-users mailing list
dancer-users at dancer.pm
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150923/de88a42a/attachment.html>


More information about the dancer-users mailing list