SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery('.changer').change(function () { var addressdata = jQuery('option:selected', this).attr('address'); jQuery("#showadd").text(addressdata); });