jQuery events and iFrames -


i've made jquery scroll bar ( http://www.liime.net/projects/liimebar/demo_2.html ) i've realized doesn't work when mouse in iframe both mousemove events bound document when clicks scroll button , mousewheel event (mousewheel plugin) bound document. have ideas on how deal this?

what use old opacity 0 trick. basically, wrap iframe inside container div, wrap div (or readonly textarea) opacity 0, wraps iframe.

this used cause issues on ie, , overall prevent user interact iframe content, , i'm quite curious if better has come since.

check this fiddle


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -