1
私は、$.fn.myfunction = function(task) { ... }
が$(document).ready() { ... }
関数で定義されているように、次のようにjQuery関数を呼び出しています。Internet ExplorerのjQueryエラー
$('#update').myFunction(task);
次のエラーが表示されます。
Object doesn't support this property or method
これを修正するにはどうすればよいですか?
、および 'インターネットexplorer'タグを追加しましたが、_whichバージョンあなたがusing_ですか? – Bojangles