admin管理员组文章数量:1392007
I'm trying to add another class name to a parent div of an article. I want to select 2 class names then add another class name to the parent. I'm pretty new to js/JQuery this is what i've not so far.
jQuery(document).ready(function(){
jQuery('.random-1 .category-49').parent('div').addClass('double-width');
});
本文标签: javascriptSelect parent from child class name then add another class name to the parent
版权声明:本文标题:javascript - Select parent from child class name then add another class name to the parent 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744717930a2621517.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论