Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Uploadify & UI Tabs incompactibility
  • Hello,
    I found strange problem when loading Uploadify inside jQuery UI tab (remote). The problem occurred in all versions of IE (6, 7, 8) with javascript error "Object doesn t support this property or method on line 26 character 86".

    It seams that UI has somehow overwritten the setting variable of Uploadify, so I renamed settings variable into settingsUploadify and now its working fine..

    First i tried to run jQuery in no conflict mode but it didn't helped and only fix I could find is renaming the var.

    Best regards