So basically I created a web page on which if a button (with id = 1) is clicked then django send an html button (with id = 2) to that web page. Now, according to static files button 2 is not going to be selected by getElementById
. So my question is how could I select button (with id = 2) to do another task on clicking that button (with id 2) using js specifically.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)