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 

http://jsfiddle.net/fcfw2/406/

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

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -