Since the class
is added dynamically, you need to use event delegation to register the event handler
$(document).on('click', ".className", function() {
alert("functionCalled");
});
When it come to authentication we use many mechanism. Ones the user authenticated we must keep these details somewhere safe. So we can share...
No comments:
Post a Comment