1. JavaScript / Говнокод #5385

    +160

    1. 1
    if ( $('.menu_center > ul > li:eq(6)').attr('id') != 'current' )

    Jquery в джумле:)

    Запостил: moonie, 25 Января 2011

    Комментарии (3) RSS

    • Что там дальше?
      if ( $('.menu_center > ul > li:eq(6)').attr('id') != 'current' ) 
      {
        window.location.href = $('.menu_center > ul > li:eq(6) > a.menu-link').attr('href');
      }
      [...]

      ?
      Ответить
      • if ( $('.menu_center > ul > li:eq(6)').attr('id') != 'current' )
        {
        $('#current').children('a')
        .css({ background : 'url(templates/a_modul_new/images/current_bg.png)',
        padding : '10px 0px 0 0px',
        color : 'white' })
        .append('<div id="current_side_left"></div>')
        .append('<div id="current_right_side"></div>')
        .append('<div id="current_triangle"></div>');
        }
        вот дальше:)
        Ответить

    Добавить комментарий