Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $('[name=filterPartLang], [name=partViewLang_Edit]').change(function(){
  2.  
  3. partLang = [];
  4.  
  5. $($(this)+':selected').each(function(i, selected){
  6. partLang[i] = $(selected).text();
  7.  
  8. });
  9.  
  10.  
  11.  
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement