Ignore:
Timestamp:
Oct 28, 2011, 3:25:54 PM (12 years ago)
Author:
patdenice
Message:

feature:2487
Update jQuery to 1.6.4 and jQuery UI to 1.8.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/js/ui/jquery.ui.accordion.js

    r9559 r12525  
    11/*
    2  * jQuery UI Accordion 1.8.10
     2 * jQuery UI Accordion 1.8.16
    33 *
    44 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
     
    115115                        .attr({
    116116                                "aria-expanded": "false",
     117                                "aria-selected": "false",
    117118                                tabIndex: -1
    118119                        })
     
    127128                                .attr({
    128129                                        "aria-expanded": "true",
     130                                        "aria-selected": "true",
    129131                                        tabIndex: 0
    130132                                });
     
    174176                        .removeAttr( "role" )
    175177                        .removeAttr( "aria-expanded" )
     178                        .removeAttr( "aria-selected" )
    176179                        .removeAttr( "tabIndex" );
    177180
     
    478481                        .attr({
    479482                                "aria-expanded": "false",
     483                                "aria-selected": "false",
    480484                                tabIndex: -1
    481485                        })
     
    484488                        .attr({
    485489                                "aria-expanded": "true",
     490                                "aria-selected": "true",
    486491                                tabIndex: 0
    487492                        })
     
    514519
    515520$.extend( $.ui.accordion, {
    516         version: "1.8.10",
     521        version: "1.8.16",
    517522        animations: {
    518523                slide: function( options, additions ) {
Note: See TracChangeset for help on using the changeset viewer.