Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 20dfcd2025b439230f37dde734a38157 > files > 96

php-ZendFramework-extras-1.12.3-3.mga4.noarch.rpm

$(document).ready(function ()
{
    // to make the page work without JS we need to set a margin-left;
    // this distorts the splitter plugin and thus we set margin
    // to 0 when JS is enabled
    $("#contents").attr('style', 'margin: 0px;');

    $(".resizable").splitter({
        sizeLeft:250
    });
});