Is it possible to find a <div>
with some specific "data-name
" attribute value?
For example: I need to find the <div data-name="place">
to include some code in it dynamically.
Is it possible to find a <div>
with some specific "data-name
" attribute value?
For example: I need to find the <div data-name="place">
to include some code in it dynamically.