MCQs > IT & Programming > JQuery > The code snippet:
What does the alert box display when the function submitForm1 is called?

JQuery MCQs

Consider the following code snippet:

<form id="form1">

    <input type="text" id="text1" value="default" />

    <input type="text" name="email" />

</form>

<script type="text/javascript">

    function submitForm1() {

        alert($('#form1').serialize());

    }

</script>

What does the alert box display when the function submitForm1 is called?

Answer

Correct Answer: email=

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JQuery Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it