Skip to content

Instantly share code, notes, and snippets.

@anyley
Created October 10, 2016 00:32
Show Gist options
  • Save anyley/fde6ab1dc8c1a30b48751cdad216fc87 to your computer and use it in GitHub Desktop.
Save anyley/fde6ab1dc8c1a30b48751cdad216fc87 to your computer and use it in GitHub Desktop.
В ответ на xhr-запрос, заменяет контент элемента по селектору и устанавливает url в браузере
$('<%= selector %>').replaceWith("<%= j content %>");
<% unless location.nil? %>
window.history.pushState(null, null, '<%= location %>');
console.log('<%= location %>');
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment