Javascript, jQuery - how signed actions to just created object?

Posted by sebap123 on Stack Overflow See other posts from Stack Overflow or by sebap123
Published on 2012-09-28T21:33:23Z Indexed on 2012/09/28 21:37 UTC
Read the original article Hit count: 90

Filed under:
|

I am trying to make simple list with ability to add and delete elements. For now I am working on adding and performing a simple action on each of list elements object (existing and added). Unfortunately I have met some difficulties with that. I am able to modify objects that are created at the beginning, but not one added during "webpage working".

First of all my idea was to add AJAX to this, but I don't think it is the easiest way.

I think that some time ago (I don't remember where) I read how to make this work, but now I don't know. I would be really glad if someone would help me with this or at least give a link to good explanation of this.

There is what I have done so far (well this is mostly just a scratch, but the main idea is in it): http://jsfiddle.net/sebap123/pAZ7H/

Thank you for all responses.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery