Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Strategy for Status Update Feature

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24886
    gheidorn
    Member

    Many of you have probably seen a website (like Facebook) where you click on some text and it becomes a text box. If you enter text and click save it writes the new text where the old text was…if you cancel, it writes the old text back…all using the same bit of real estate on the page.

    Has anyone seen an example of that in a tutorial anywhere? Before I reinvent the wheel (using a div and over-writing it on click with some back-up logic), I was curious if there was a pattern for this yet. If you have, is there a name for this feature?

    Thanks in advance.

    #57771
    gheidorn
    Member

    Had a thought while writing this to just have the status be in an input text field to start, remove the decoration, and re-apply the decoration when it is active. More to come… :)

    #57773
    apostrophe
    Participant
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.