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

Revision 7808, 326 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #2507 - Criado um novo cliente REST para teste/documentação no Expresso.

  • 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                })
18        }
19
20        window.client = new clientREST();       
21
22})();
Note: See TracBrowser for help on using the repository browser.