id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
8289	appended <script> tag not found by jquery after successful append	randynwalsh@…	randynwalsh@gmail.com	"
If I have the following statement, which adds a function at runtime:

$('<script id=""abc"">function abc() {}</script>').appendTo('head');

it correctly inserts into the DOM, (Can be called), - but isn't found again by JQuery, as in:

$('#abc').html()  -> returns null

Is there a way to get JQuery to recognize the new function that was added dynamically?

Thank you in advance"	bug	closed	low	1.next	manipulation	1.4.4	invalid				
