I have my login page in an iframe and wished to reload the parent window using ajax and jquery from within iframe without refreshing but i'm getting errors like this
(this[0].ownerDocument || this[0]).createDocumentFragment is not a functionplease help!
I could achieve this by reloading the page using javascript
parent.location.reload();
then i fired a trigger to open the target iframe
$("#log-inout").trigger("click");
I needed such system for a peculiar condition. This might help others in similar conditions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With