source: sandbox/2.3-MailArchiver/agileProjects/js/jscode/jquery-manage-tabs.js @ 6779

Revision 6779, 528 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1(function(){
2
3                                // Tabs
4                                $('#tabs').tabs();
5               
6                                //hover states on the static widgets
7                                $('#dialog_link, ul#icons li').hover(
8                                        function() { $(this).addClass('ui-state-hover'); },
9                                        function() { $(this).removeClass('ui-state-hover'); }
10                                );
11               
12                        });
Note: See TracBrowser for help on using the repository browser.