middle click (new tabs) and javascript links

前端 未结 7 1889
温柔的废话
温柔的废话 2020-12-10 02:36

I am in charge of a website at work and recently I have added ajaxy requests to make it faster and more responsive. But it has raised an issue.

On my pages, there is

相关标签:
7条回答
  • 2020-12-10 03:13

    Yes, You need to lookup progressive enhancement and unobtrusive Javascript, and code your site to work with out Javascript enabled first and then add the Javascripts functions after you have the basic site working.

    0 讨论(0)
提交回复
热议问题