Javascript To Change Metadata / Metatags Dynamically

前端 未结 5 692
小蘑菇
小蘑菇 2020-12-19 15:21

I\'ll describe what I\'m trying to accomplish and if it seems that my method is dumb please feel free to let me know:

I have a page with a video gallery and a flash

5条回答
  •  执念已碎
    2020-12-19 15:44

    you can add anything in the head tag by using the this (jquery)

    $('head').append('');
    

提交回复
热议问题