Showing posts with label Map. Show all posts
Showing posts with label Map. Show all posts

World Map Generator with Jquery Plugin in Asp.Net

WorldMap Generator with Jquery 

World Map Generator by Jquery Plugins  .if select map timearea display.

                           Download

                               DEMO



HTML Coding


<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
   
    <script type="text/javascript" src="WorldMapGenerator.min.js">       
    </script>
   
</head>
<body>
    <form id="form1" runat="server">
  <div align="center">
      <br />
    <div id="map" style="width:50%">
    </div>
     <script type="text/javascript">
         $('#map').WorldMapGenerator();
    </script>
      </div>
    </form>
</body>
</html>


Add New Webform - Add Plugins - 

WorldMapGenerator.min.js