JS Question??

  • Started
  • Last post
  • 0 Responses
  • esko

    I have a page that lists a bunch of records in a table.

    Each record has two text fields that are editable. What I want to happen is:

    When the user inputs data into the text field and then clicks into the next textarea for the next record I want the first one to update with the information that was entered, which would now be static rather than editable in a text box. I'd like this to happen without the entire page refreshing if that's possible.

    Can this be done? Does anyone know of a solution or know where I could find one on the web?

    Basically I want to replace a row with updated data, everytime info is added to a textbox and then clicked out of.