开发者

find selector with specific content in mootools like this jquery selector

I need to convert this jquery to mootools.

$('tr[class$="-hours"]').css('display', 'none');


$$('XXX').setStyle('display', 'none');

does mootools 1.12 (my CMS has this开发者_Go百科 version installed) have something like the selector above?


MooTools supports the W3C CSS3 Selectors.

$$('tr[class$="-hours"]').setStyle('display', 'none');
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜