Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="google-map">
- {input city} {input street} {input zip}
- </div>
- ....
- <script>
- $('.google-map').each(function () {
- $(this)... // najdes si ty prvky adresy
- $(this).append($('<div class="map" />')); // připojíš prvek, kam vykreslíš mapu
- // provážeš
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment