Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Meaning of Parents
Davin Martyn
9y
373
1
Reply
Hi,
I want to know about the following code which are given below?
if ($(this).parent().is('span')) {
$(opt).show();
$(span).replaceWith(opt);
Why are we use
$(this).parent().is('span') and
$(opt).show();
$(span).replaceWith(opt);
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Jquery Vertical Accordination
treeview using jquery