Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7942789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:04:36+00:00 2026-06-04T00:04:36+00:00

today I got an assignment from my school and I am bit confused about

  • 0

today I got an assignment from my school and I am bit confused about it, what this assignment ask me to do, here I paste the same

Assignment:
Design and code a jQuery Plugin to process change log for a rendered html form.

1) You need to store the initial values set to the form inputs.

2) On submit of form, you need to calculate the changes made to the form values.

3) Add the change log object as “changelog” parameter to the form.

can anyone figure out what this assignment ask to do? Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:04:37+00:00Added an answer on June 4, 2026 at 12:04 am
    1. Store a default configuration (initial values). A simple variable will do in the beginning, I guess.
    2. Write a function to compare the submitted values to the default configuration.
    3. Create the obejct and append it to the DOM
    4. Design this as part of a jQuery plugin.

    Take a look at:

    • jQuery selectors
    • jQuery plugins
    • Value comparison (i.e Strings/numbers)
    • DOM manipulation (i.e. jQuery’s function like append. to add the object)

    http://docs.jquery.com/Main_Page

    You need a form with a script reference to the jquery plugin.
    You can write the code first in plain JS/HTML and put it together in the plugin afterwards.
    Something like this for starters:

    <script type="text/javascript">
    var default = "my value";
    
    /* ... */
    
    function check_values() {
        /* select and check input */
        /* ... */
        /* append object within the form ? */
    }
    </script>
    
    
    <form ... onsubmit="check_values();">
    
        /* inputs etc. ... */
    
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got this code today that works for jQuery v7. The problem is that
Today I got a really strange problem. Try to execute this C# code: class
I have followed some advices I got here today and would need a bit
Possible Duplicate: Check if multiple strings are empty today i got this answer here
Today I got this question for which I think I answered very bad. I
today I got confused when doing a couple of <%=Html.LabelFor(m=>m.MyProperty)%> in ASP.NET MVC 2
Today I got my new PC ( Windows 7 , 32 bit) and installed
This is for a homework assignment, so I don't want the exact code, but
I asked this goofy question earlier today and got good answers. I think what
I have been deploying fine with no problems. Today I got this error... rake

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.