2 # Jquery for password matching and Affiliation list
5 Mohammed Yasin Rahman <mohammed-yasin.rahman@lip6.fr>
6 Copyright 2013, UPMC Sorbonne Universités / LIP6
9 jQuery(document).ready(function(){
11 jQuery("#registrationForm").validate({
17 required: true, equalTo: "#password"
22 jQuery("#key-policy").change(function(){
23 if(this.value=="upload"){
24 jQuery("#upload_key").show();
26 jQuery("#upload_key").hide();
52 jQuery( "#aff_list" ).autocomplete({