I m using Google map API to display map in simple javascript popup. While popup opens it will display as below: Map Preview in Javascript Popup http://122.170.97.189:81/gmap/preview.png I tried auto refresh div using Jquery for map div like: $( #map ).fadeOut( slow ).load().fadeIn("fast"); It refresh the map div but still the problem is not solved. If I press F12 in chrome and firefox the map is displaying correctly.
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.