For example, I query elements with class .paddle-event, i get nothing because internally the lib only searches for elements with class .paddle. Same for h3 (and the like) elements. Internally it only searches for 'h' tags which don't exist!
For example, I query elements with class .paddle-event, i get nothing because internally the lib only searches for elements with class .paddle.
Same for h3 (and the like) elements. Internally it only searches for 'h' tags which don't exist!