Users Pricing

forum

Home Forums jquery change function not working on dropdown – MindStick

jquery change function not working on dropdown

Anonymous User 2202 22 Aug 2014

jquery change function not working on dropdown

<script type="text/javascript">
$(document).ready(function () {
 $("#title").change(function () {
        var abc = $(this).val();//previously i mentioned this in "" by mistake please update it.
        alert(abc);
    });
});
</script>

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md