Browse Source

Hide start example button of basic event.

zhixin 11 years ago
parent
commit
234bf356f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/examples.html

+ 1 - 0
docs/examples.html

@@ -751,6 +751,7 @@
                     <script>
                         $(function () {
                             $('#basic-events-table').next().click(function () {
+                                $(this).hide();
 
                                 var $result = $('#events-result');