You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I make my new portfolio with this fantastic script.
But I have a little issue, I have an page with a link with target="_blank" but when click the page load inside the content, and I want to not load the page inside the content and load the new page into new tab.
A solution for this?
The text was updated successfully, but these errors were encountered:
@Bluxart I do think it's sensible for djax to automatically ignore links with target="_blank". Would be happy to merge a pull request for it if you're interested in making the change, otherwise I'll add this to the list for the next time I'm able to spend some time working on djax.
href="http://www.mydomain.com/new-design-content/" target="_blank"
Here the DJAX load the content inside the same page without load the content in new tab.
Hi, I make my new portfolio with this fantastic script.
But I have a little issue, I have an page with a link with target="_blank" but when click the page load inside the content, and I want to not load the page inside the content and load the new page into new tab.
A solution for this?
The text was updated successfully, but these errors were encountered: