Ajax call getting canceled in iframe

33 Views Asked by At

component1 have iframe of component2

in component1 i am calling x() onclick in anchor tag.

x() opens iframe of component2 in jquery modal.

then x() calls 1 of the component2 fuction which includes AJAX request

But AJAX request getting cancelled.

Tried solutions - e.preventDedault(), return false.

Tried solutions - e.preventDedault(), return false.

0

There are 0 best solutions below