I have Facebook Comment module installed in WordPress, for some unknown reason Facebook made some changes and now the class I need to change is dynamically as for example #feedback_7324324h
, #feedback_kjwyhr
, #feedback_234734dsfn
and so on, the only equal part is #feedback_
is there any way or chance to set width to 100% on any element that holds #feedback_
as class?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Display product ACF field value in Woocommerce tra
- Adding a timeout to a render function in ReactJS
- Include empty value fields in jQuery .serialize()
Yeah like this
Docs
-->
https://api.jquery.com/attribute-starts-with-selector/You can use the attribute starts with selector (the hash at the beginning of the class seems strange ?)