I have one iframe in my page and i'm submiting my form to that iframe so after iframe finished loading i need to fire a function each time iframe have finished loading contents.
I've tried using ready
and load
but nothing is working, can any one give me some example?
EDIT Also when i'm submiting my browser shows me that page is loading how can i remove that?