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.