Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / jquery-geo-1.0a4 / docs / geomap / destroy.html
1 <!doctype html>  
2
3 <html lang="en" class="no-js">
4 <head>
5   <meta charset="utf-8">
6
7   <title>destroy | geomap</title>
8   <meta name="description" content="geomap destroy method">
9   <meta name="author" content="Ryan Westphal">
10
11   <meta name="viewport" content="width=device-width, initial-scale=1.0">
12
13   <link rel="stylesheet" href="../css/style.css?v=2">
14   <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
15 </head>
16
17 <body>
18
19   <div id="destroy" data-role="page">
20     <div data-role="header" data-theme="e">
21       <h1>destroy</h1>
22     </div>
23     
24     <div data-role="content">
25       <table>
26         <tr>
27           <th>return type</th>
28           <td>undefined</td>
29         </tr>
30         <tr>
31           <th>syntax</th>
32           <td>.geomap( &quot;destroy&quot; )</td>
33         </tr>
34         <tr>
35           <th>usage</th>
36           <td><pre><code>$(&quot;#map&quot;).geomap( &quot;destroy&quot; )</code></pre></td>
37         </tr>
38       </table>
39       <p>
40         Every good widget will clean up after itself. Call destroy to turn your interactive map back to a boring old div. Any content inside the div before you initialized geomap will remain intact.</p>
41     </div>
42   </div> <!-- end of #container -->
43
44   <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
45   <script src="http://code.jquerygeo.com/jquery.geo-1.0a4.min.js"></script>
46   <script src="../js/script.js"></script>
47   <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
48 </body>
49 </html>
50