> Using sDumper( $(this).parents('form') ); to dump the result visually > > I can see that length = 0, and there is only one parent object - tagName = > 'IMG' > > So to me at least it doesnt look like its doing what it should? > > Any further help would be great - thanks!
I think you need to post a link to a sample page. An IMG tag can never be a parent node so something odd is happening there.