ЙажаСценарий / Говнокод #16310 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
jQuery(document).ready(function(){
    jQuery('#administratifs .accessElement').each(function(){
        #foreach($user in $users)
            #set($function = $user.getProperty('fonction').getValue())
            if(jQuery(this).attr('id')== "accessElement_$user.getNumber()"){
                jQuery(this).find('.selectFunction option').filter(function() {
                return jQuery(this).text() == "$function";
                }).prop('selected', true);
            }
        #end
    })

    jQuery('#administratifs .disableClass').attr('disabled', 'disabled');

})

тут еще velocity

Запостил: iofjuupasli iofjuupasli, (Updated )

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

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

Где здесь C++, guest?!

    А не использовать ли нам bbcode?


    8