/ Published in: jQuery
Expand |
Embed | Plain Text
var firstSelect = $('select').val(); var secSelect = $('select').eq(1).val(); if ($('select').change(function() { $('select').eq(1).val(firstSelect); }) );
You need to login to post a comment.
