jquery modal dialog - i am using a div which is repeatable and i am calling the dialog in this repeatable div
Problem is jquery model takes the scrollable position of the window to set its position
Sometimes we do not scroll to go to the other div. This is creating a problem .. dialog is getting displayed in the previous divs position instead of the current div. If we scroll it is setting the position properly. can any one help?