Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $.get('url/to/controller/action/', function(partial_view) {
  2. $('#div_to_insert_partial_view').html(partial_view);
  3. });
Add Comment
Please, Sign In to add comment