TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajesh Gami
79
24.4k
1.3m
How to pass value in Delegate click in angularjs.
May 8 2019 7:23 AM
Suppose I have one div like
<
div
class
=
"profilewidth cursorpointer childLoad"
id
=
"dynamicID"
>
lt;/div
>
and in Jquey we have try like this
$(
"body"
).delegate(
".childLoad"
,
"click"
,
function
() {
});
But I want to pass one object from html to angularjs like we ng-click="fun(object)"
like this i want to pass value in delegate. How is this ????
I want to pass value like this in angularjs:
$(
"body"
).delegate(
".childLoad"
,
"click"
,
function
(object) {
});
Please reply fast
Reply
Answers (
1
)
Regarding Calling Multiple time a single popup.
deployment in IIS angular 7 and Web API