I googled for an issue in jQuery, and found patch file form jQuery site for that. I have downloaded it. It has jus the following 4 lines of code.
572c572
< if (inst.input[0].type != 'hidden')
---
> if (inst.input[0].type != 'hidden' && inst.input[0].disabled == false && $(inst.input[0]).is(":visible") == true)
Could somebody help me to apply this fix in the existing jquery library. I tried searching for the above text in the library, but couldn’t find it.
you have to change
to
in your code. Whole code you posted is called “diff” output