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.