how can i read textbox inside ajax div ?

Discussion in 'JavaScript' started by realmatrix, Apr 30, 2011.

  1. #1
    i am trying to read a text box inside a div where i get the content of the div using ajax

    the text box and its content are visible but when i show the page source i find the div empty just

    <div>
    </div>
     
    realmatrix, Apr 30, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You will see it in FF firebug or IE developer console. All properties are available, after you attach your new content into DOM.
     
    Jan Novak, Apr 30, 2011 IP