I found some similar questions but I couldnt figure out :(
This is my jQuery:
<script>
function avukat_change()
{
if (jQuery("#AVUKATNO").val()=='14')
jQuery("#fieldatamatarihi").show(1000);
else
jQuery("#fieldatamatarihi").hide(1000);
}
And I would like to replace '14' with this:
$UserID = scf_user_userid()