When I just have a plain old file upload field (no other fields) and put my js back in, I get this error:
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context );
} has no method ‘ee_filebrowser’
in this file: ?ACT=25031986&ui=core,widget,mouse,position,draggable,resizable,button,dialog,datepicker&plugin=scrollable,scrollable.navigator,ee_filebrowser,markitup,thickbox&v=1302814371&include_jquery=y
When I take out my js, I don’t get the error.
If my js is in or out, the file upload field does not work. When I click on the add file it either does nothing (Chrome) or shoots me to the top (Firefox).