Created
October 10, 2016 00:32
-
-
Save anyley/fde6ab1dc8c1a30b48751cdad216fc87 to your computer and use it in GitHub Desktop.
В ответ на xhr-запрос, заменяет контент элемента по селектору и устанавливает url в браузере
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('<%= 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