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

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
$('input').each(function () { 
  if ($(this).attr('type') == 'text') { 
  this.className = 'textInput'; 
  } 
  if ($(this).attr('type') == 'password') { 
  this.className = 'passwordInput'; 
  } 
 }); 
 $('textarea').each(function () { 
  this.className = 'textarea'; 
 });

это чудо было найдено здесь http://uweb.ws/publ/javascript/dobavljaem_vsem_ehlementam_input_i_texta rea_klassy/1-1-0-8

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

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

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

Помни, guest, за тобой могут следить!

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


    8