HosipLan

Untitled

Jan 29th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div class="google-map">
  2.     {input city} {input street} {input zip}
  3. </div>
  4.  
  5. ....
  6.  
  7. <script>
  8. $('.google-map').each(function () {
  9.     $(this)... // najdes si ty prvky adresy
  10.     $(this).append($('<div class="map" />')); // připojíš prvek, kam vykreslíš mapu
  11.     // provážeš
  12. });
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment