I am using the following plugin
http://imageflow.finnrudolph.de/
and made some custom changes
It is working fine in all browsers with jquery.1.3
Recently I upgraged the jquery to jquery1.5.1
now the same image flow plugin works fine in all browsers except ie7
I can debug , but the problem is the moment i click on the drag right or left arrow , it completly crashes the browser
may i know how can i debug this kind of issue to find the root problem..
How can i know the error as the browser is completly getting closed
I reverted to jquery1.3 and it works fine
any help will be apreciated.
I found the problem , its throwing error at the following location
removeAttr is throwing error , if i comment that it works