I\'m trying to call up a click element to open up a modal box, and i\'m unsure what I\'m doing wrong.
I\'ve done basic debugging, but I\'m still relatively new to this,
I think your problem is this,
You have wrap your div with anchor
tag with href=""
. By pressing on div your page is getting refreshed. You need to do this,
//Add # here
Demo