vendredi 26 avril 2019

Finding an error Uncaught SyntaxError: missing ) after argument list

I found an error: Uncaught SyntaxError: missing ) after argument list please help me out to solve this

javaScript

<script type="text/javascript">
    $(document).ready(fuction(){

        $(document).on('change','.specialization',fuction()
        {
            console.log("html is change");
            var specialization_id=$(this).val();
            console.log(specialization_id);

        })
    });

</script>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire