skip to Main Content

JQuery replaceWith() does not work onChange

im using this code to replace <div id="replaceit"></div> with content in my dynamic url but it does not instant update when i change select option. how can i make it work. Thank you! $(document).ready(function() { function updatePreview() { var year…

VIEW QUESTION
Back To Top
Search