DEV Community

AndyBullet
AndyBullet

Posted on • Edited on

1

Problem with iFrame.

Hi guys.
I have a problem with jquery (the code is here https://pastebin.com/ieEwvMYW).

I want to make the text written in the textarea appears in the input of the site of the iframe tag. The id of that input is "CreateChatroomInputName" and I put it in a var of jquery ( var myFrame = $("#myframe").contents().find('#CreateChatroomInputName'); ) but it's not considered.

Can you help me to solve this problem?

Top comments (2)

Collapse
 
sonawaneapekshit profile image
sonawaneapekshit

I tried taking a look at the provided link but its not working. Can you share jsbin link or something?

Collapse
 
andybullet profile image
AndyBullet

SurveyJS custom survey software

Build Your Own Forms without Manual Coding

SurveyJS UI libraries let you build a JSON-based form management system that integrates with any backend, giving you full control over your data with no user limits. Includes support for custom question types, skip logic, an integrated CSS editor, PDF export, real-time analytics, and more.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay