/    Sign up×
Community /Pin to ProfileBookmark

jquery click command not working on dynamically added html

hi.

i am dynamically adding html to my page using the .html(…) function which is triggered based on some user action.

i have also defined a click function specific to some id tags that is in the dynamic html. when i generate the dynamic html and call the click function, nothing happens (aka, the click function is not getting called…) what could be the problem?

i have attached the code below:

following html code called upon a user action, which adds a button on the page with id = addTask:

[CODE].html(“<input name=’add’ type=’button’ value=’Add’ id=’addTask’>”)
[/CODE]

when the user clicks on this button, the following function should be called, but it ISNT…and this is the issue:

[CODE]$(‘#addTask’).click(function() {
alert(“adding…”);
}[/CODE]

when i click the add button, i don’t get an alert…

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@FangApr 12.2009 — Insert the element, then create the onclick event. The onclick will then fire.
×

Success!

Help @dhruvg spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...