source: sandbox/webservice/restclient_new/js/functions.js @ 7816

Revision 7816, 344 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #2507 - Ajustando o help da página index.html

  • Property svn:executable set to *
Line 
1(function()
2{
3
4        function clientREST()
5        {
6                $(document).ready(function()
7                {
8                        // Div Tabs
9                        $("#tabs_content").tabs();     
10
11                        // Div Content 1
12                        $("#content_1").accordion( { collapsible: true } );
13
14                        // Div Content 2
15                        $("#content_2").accordion( { collapsible: true } );
16
17                        prettyPrint();
18                })
19        }
20
21        window.client = new clientREST();       
22
23})();
Note: See TracBrowser for help on using the repository browser.