Can you use a jQuery AJAX $.get() request on a page that has a meta refresh?

74 views Asked by At

I have a page that I need to grab data on with a jQuery AJAX $.get() request, but the page has a meta refresh tag attached to the head of the document. Will this cause the AJAX request to dysfunction?

0

There are 0 answers