I m using Rails 3.2.1. how to use link_to with remote=>true
My Method in Controller
def clickme @clk = \"you click
Use $("#allclick") not $("allclick"), you missed the "#" ;)
try using html instead of update:
html
update
$("#allclick").html("<%= escape_javascript(render(:partial => "goclick")) %>");