Uploadify in ie9 erhält js-Fehler: SCRIPT5007: Objekt erwartet

Ich versuche, uploadify auf div zu binden.
Wenn ich auf den Upload-Button geklickt habe, wird mir ein Fehler angezeigtSCRIPT5007: Object expected.

Für eine Demo überprüfen Sie den folgenden Link, der beim Ziehen von div in ie9 einen Fehler verursachte

Kopf

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.20/jquery-ui.js"></script>
<script type="text/javascript" src="http://www.uploadify.com/wp-content/themes/uploadify/js/jquery.uploadify.min.js"></script>

Karosserie

<div class="container" id="container">
    <div id="uploadify-item"></div>
    This container is not draggable in IE9 but it works in Chrome and FF. Why not?
</div>

js

$('#uploadify-item').uploadify({
    'swf'      : 'http://www.uploadify.com/uploadify/uploadify.swf',
    'uploader' : 'http://www.uploadify.com/uploadify/uploadify.php'
});
$("#container").draggable();

Verweisen :http://jsfiddle.net/axzdR/19/

Antworten auf die Frage(4)

Ihre Antwort auf die Frage