Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Dynamically Created Dom object does not gets editable #6

Closed
csplrj opened this issue Oct 4, 2009 · 1 comment
Closed

Dynamically Created Dom object does not gets editable #6

csplrj opened this issue Oct 4, 2009 · 1 comment

Comments

@csplrj
Copy link

csplrj commented Oct 4, 2009

eg.
$('.cont').editor(......);

In my page there is only one

After this if by some reason dynamically a new "

" is created then editor does not works on the same?

Thanks in advance

CSJakharia

@tuupola
Copy link
Collaborator

tuupola commented Oct 4, 2009

You need to bind Jeditable to dom element after they are created or use live() feature. There is also info about this in jQuery FAQ.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants