SyntaxFix
Write A Post
Hire A Developer
Questions
I have found the solution as followiing... working for me perfectly :)
$(document).ready(function(){ $("#selectbox1").change(function() { var id = $(this).val(); $("#selectbox2").val(id); }); });