Opened 11 years ago
Closed 11 years ago
#12000 closed bug (invalid)
remove() doesn't work most of the times
Reported by: | geekrule | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the remove function doesn't work always.it works very few times.tried with older versions of jQuery too but still did not help.this is the code http://jsfiddle.net/geekrule/29eDA/2/
this basically adds a textbox when an image is clicked and should remove the same when it is clicked it again.it works as stated very few times.and sometimes the remove function doesn't take place at all but the unselection does. Thanks.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Your logic is incorrect, this doesn't seem to be a jQuery problem. Try something like this instead:
http://jsfiddle.net/YksaL/1/