Paragraph using one modal
Answers
Answered by
1
Get rid of $(window).load(). It is a deprecated method for one and is not needed inside the click handler since the page will already have been loaded for the click listener to be applied.
In addition, the window load event only fires once in the page lifecycle and is different than using $(document).ready() which will fire any time it is called after the document is loaded
Similar questions
India Languages,
4 months ago
Science,
4 months ago
Hindi,
8 months ago
English,
1 year ago
Computer Science,
1 year ago