English, asked by ghhg3369, 8 months ago

Paragraph using one modal

Answers

Answered by WalkingDeath
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