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

  • Home
  • SEARCH
  • 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 7605133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:05:21+00:00 2026-05-31T00:05:21+00:00

I have a fiddle here is my JS: $(document).ready(function() { window.qNum = 0; window.$oClone

  • 0

I have a fiddle

here is my JS:

$(document).ready(function() {

    window.qNum = 0;
    window.$oClone = $('#pq0').clone();      

    addForm();
});


$('.addForm').live('click', function addForm() {   
    var $clone = $oClone.clone().attr('id', 'pq' + qNum + 1);
    // insert the new element after the last "duplicatable" input field
    $('#pq' + qNum).after($clone);
});

I am trying to increment my variable ‘qNum’ a the end of my function ‘addForm’.
This will increment the ID so i can find contents easier later in my project.

I am trying to add a ++qNum; at the end of the function but it is breaking the script, it won’t run if i add it.

Here is my test that won’t work with the changes.

  • 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-05-31T00:05:23+00:00Added an answer on May 31, 2026 at 12:05 am
    var qNum = 0;
    
    $(document).ready(function() {
    
        window.$oClone = $('#pq0').clone();      
    
        addForm();
    });
    
    
    $('.addForm').live('click', addForm);
    
    function addForm() {
        var appendTo = $('#pq' + qNum);
        qNum += 1;
    
        var $clone = $oClone.clone().attr('id', 'pq' + qNum);
        // insert the new element after the last "duplicatable" input field
        appendTo.after($clone);
    }​
    

    Declare your qNum outside the document ready call. Then ++ increment it to properly keep track. Also, move addForm outside the click listener and call it like so. Hope it helps.

    Copy paste this into your fiddle. it will work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: $(document).ready(function () { $(tr).live('click',function(){ alert(TR); }); $(input).live('click',function(){ alert(INPUT); });
I have the following code: $(document).ready(function() { var $body = $(body); for (var i
I have this code : $(document).ready(function(){ $(#search_input).autocomplete({ source: function(request, response) { $.ajax({ url: 'http://query.yahooapis.com/v1/public/yql',
I have a fiddle located here illustrating my problem, namely that when I load
I have a fiddle here . I set float left & width(20%, 80%) for
I have created fiddle here: http://jsfiddle.net/ozzy/WEGMh/ How it should look is here: Issue is
I have a fiddle here where a black box moves slowly across the screen.
i have a jquery script. see fiddle here , that loads some scripts depending
I have a fiddle here: http://jsfiddle.net/maniator/SZpkF/1/ The green box is supposed to move with
Fiddle here: http://jsfiddle.net/emJcx/1/ I have a drop down menu that is a simple show

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.