Can I detect keyPress inside an iframe using jQuery? when the user inserts any copy text in the ifram, I want to check this text whether this text is in the HTML tags or not.
Please help me.
<iframe class="abc">
<html>
<head>
</head>
<body>
some text here(This text may contain html tag)
</body>
</html>
</iframe>
source
share