javascript - Jquery function dont reconize the click on script -
i need script, works when click on empty space, when click script inside div, jquery function dont work, need make work when click on script on div div close cookie.
code in jsfiddle
your script tag creates iframe. clicks in iframe won't bubble iframe's parent. you'd have write code in iframe src link.
see capture click on div surrounding iframe related question (your script tag inserts iframe @ location)
Comments
Post a Comment