Activity Stream
48,167 MEMBERS
6750 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default Help Needed With Add and Remove Elements(JS)

    hi,

    i want two simple functions, one to add a input text field and the other to remove it dynamically.

    code i am using:
    Code: 
    var x=0;
    function add() {
    var dId = "div"+x;
    x++;
     document.getElementById('extra').innerHTML += "<div id=\'"+dId+"\'>URL:<input type='text' name='url[]' value=''><a href=\"javascript:delete('"+dId+"')\">X</a></div><br />";
    }
    function delete(div) {
    var d = document.getElementById('extra');
    var d2 = document.getElementById(div);
    d.removeChild(d2);
    }
    the problem is whenever i click the "X" in the generated field box, it opens in new window with some text saying "true", i guess it is an output for the function.
    i don't want that output.

    and i m using FF4 if it matters.
    Arpit15 Reviewed by Arpit15 on . Help Needed With Add and Remove Elements(JS) hi, i want two simple functions, one to add a input text field and the other to remove it dynamically. code i am using: var x=0; function add() { var dId = "div"+x; x++; Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    i'm not good in js but try this
    Code: 
    d2.parentNode.removeChild(d2);

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Free .PSD's (Web elements and UI stuff)
    By Bretteo in forum Contests & Giveaways
    Replies: 0
    Last Post: 26th Jul 2012, 05:24 PM
  2. Key Elements of a WebSites
    By todaydownload in forum Webmaster Discussion
    Replies: 0
    Last Post: 26th Jul 2012, 11:51 AM
  3. CSS Elements - Frigging Search Bar
    By br0daR1DDICK in forum Web Development Area
    Replies: 9
    Last Post: 23rd Oct 2011, 11:01 PM
  4. Slide Tags Bypass Visible Post Elements
    By Phamous in forum Feedback and Suggestions
    Replies: 2
    Last Post: 7th Oct 2011, 06:51 AM
  5. Periodic Table of the Elements
    By Profit in forum Useful Sites
    Replies: 1
    Last Post: 9th Jan 2011, 08:40 PM

Tags for this Thread

BE SOCIAL