Wednesday, 6 February 2019

javascript - how to get a specific div with a specific data-id in jQuery

I have 3 divs









and I want to get the div with the data-id="Java" and change the onclick of the button inside of it in jQuery

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...