$('#andiebox').append('<g:link controller="search" action="search" params="[where:'+destination+', what:what, sort:sort, type:type, distance:distance]">Psychos in HH</g:link>');
this is not accepted by grails, how can i insert the variable correctly?
the variable is clientside generared from a input:
var destination = $(this).attr("id");
var metaSection = $("#metaSection").val();
destinationserver-side on client-side variable?