S4nja85 / jqueryjs

Automatically exported from code.google.com/p/jqueryjs
0 stars 0 forks source link

Feature Request: Add scope to dynamically created element #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. For multi-frame website, dynamically created element via $("<div 
class='test'></div>") only works in that document. If I create it from a 
different frame, IE won't allow this newly created element being moved to 
another frame. 
2. Is it possible to add a scope to this and make the syntax like this:
3. $("<div>test</div>", window.document).appendTo(...

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
1.1.3.1 on IE7, WINXP

Please provide any additional information below.

Original issue reported on code.google.com by yun.w...@gmail.com on 20 Aug 2007 at 7:50

GoogleCodeExporter commented 8 years ago
Thank you for writing up this problem.  Unfortunately we use a different bug 
tracking system at http://dev.jquery.com/ so this issue was just noticed.  In 
the 
future, please use that system for tracking issues.  We are going to check the 
current google issues and then close this issue database to help stop any 
confusion 
about which to use.

Your issue has been moved to this ticket:

http://dev.jquery.com/ticket/2150

Thanks.

Original comment by davidser...@gmail.com on 11 Jan 2008 at 6:00