Is it possible to send data via ajax or post and not to define url? This is the code I am trying to work:
$(\"#gll_delete\").click(function(){ var gll = $(\"
You need to specify a destination for this request. If it should be the same page (like an empty action attribute on a html form reacts) you could do:
url: location.href