Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function load_infowindow_content(infowindow, user_id){
  2. $.ajax({
  3. url: site_root +'usuario/map_infowindow/' + user_id,
  4. success: function(data) {
  5. infowindow.setContent( data );
  6. }
  7. });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement