Response title
This is preview!
$
(
'.scrollableArea a'
).
click
(
function
()
{
var
newObjElement
=
'<object style="width:580px;height:386px;"><param name="movie" value="http://www.youtube.com/v/'
+
this
.
id
+
'?version=3&autoplay=1"><embed src="http://www.youtube.com/v/'
+
this
.
id
+
'?version=3&autoplay=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="580" height="386"></object>'
;
mainArea
.
html
(
newObjElement
);
});
© 2013 jQuery Foundation
Sponsored by and others.