<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>This does not work, but we can check the length:<br>
<br>
<br>
selectedLangItem = $('#userLang option[value="nl_US"]').length <br>
0<br>
selectedLangItem = $('#userLang option[value="en_US"]') .length<br>
1<br>
</p>
<br>
<div class="moz-cite-prefix">On 11/10/2016 03:45 PM, Aline Manera
wrote:<br>
</div>
<blockquote
cite="mid:484b3705-3671-f610-1957-bf1d8ae06d41@linux.vnet.ibm.com"
type="cite">selectedLangItem = $('#userLang
option[value="'+selectedLanguage+'"]')
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
<a class="moz-txt-link-abbreviated" href="mailto:ramonn@br.ibm.com">ramonn@br.ibm.com</a> </pre>
</body>
</html>